Kotlin rewrote Main & Settings, huge code optimisations

This commit is contained in:
Deniz Düzgören
2019-05-14 22:28:45 +02:00
parent 907a746b55
commit b38cd038d4
9 changed files with 878 additions and 11 deletions
+9
View File
@@ -26,12 +26,21 @@
android:label="@string/app_name"
android:screenOrientation="portrait"
android:theme="@style/AppThemeLight.Launcher"
android:windowSoftInputMode="adjustPan"/>
<activity
android:name=".Main"
android:label="@string/app_name"
android:screenOrientation="portrait"
android:theme="@style/AppThemeLight.Launcher"
android:windowSoftInputMode="adjustPan">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<service