mirror of
https://github.com/Aviortheking/CA-Mad-Rental.git
synced 2025-06-29 01:39:18 +00:00
Merge branch 'master' into first_view
This commit is contained in:
@ -9,8 +9,13 @@
|
||||
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=".ListCountryActivity">
|
||||
<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" />
|
||||
|
||||
|
Reference in New Issue
Block a user