Page 2 Complété

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-02-19 15:17:10 +01:00
parent b3776cf429
commit 6edf61887c
18 changed files with 394 additions and 20 deletions

View File

@ -1,14 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.ca_contest">
<uses-permission android:name="android.permission.INTERNET"/>
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:usesCleartextTraffic="true"
android:theme="@style/Theme.CA_Contest">
<activity
android:name=".CountrySelectorActivity"
android:label="@string/title_activity_country_selector"
android:theme="@style/Theme.CA_Contest.NoActionBar"></activity>
<activity android:name=".MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />