Archived
First Time now Kotlin, I'm wondering why I do this
This commit is contained in:
@@ -15,11 +15,6 @@
|
||||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:supportsRtl="true"
|
||||
tools:ignore="GoogleAppIndexingWarning">
|
||||
<activity
|
||||
android:name=".FirstTime"
|
||||
android:label="First Time"
|
||||
android:screenOrientation="portrait"
|
||||
android:theme="@style/AppTheme0.Launcher" />
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:label="@string/app_name"
|
||||
@@ -27,6 +22,13 @@
|
||||
android:theme="@style/AppTheme0.Launcher"
|
||||
android:windowSoftInputMode="adjustPan"/>
|
||||
|
||||
<activity
|
||||
android:name=".FirstTime"
|
||||
android:label="First Time"
|
||||
android:screenOrientation="portrait"
|
||||
android:theme="@style/AppTheme0.Launcher"
|
||||
android:windowSoftInputMode="adjustPan"/>
|
||||
|
||||
<activity
|
||||
android:name=".Main"
|
||||
android:label="@string/app_name"
|
||||
|
||||
Reference in New Issue
Block a user