First Time now Kotlin, I'm wondering why I do this

This commit is contained in:
Deniz Düzgören
2019-05-24 19:22:23 +02:00
parent 7bbc6eee62
commit 0c043683f9
4 changed files with 158 additions and 218 deletions
+7 -5
View File
@@ -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"