Switched to DayNight for styling -> great code reduction, further Kotlin conversion

This commit is contained in:
Deniz Düzgören
2019-05-21 18:55:29 +02:00
parent 3b7a89b512
commit 2cec9ebd67
50 changed files with 550 additions and 723 deletions
+3 -4
View File
@@ -14,25 +14,24 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme0"
tools:ignore="GoogleAppIndexingWarning">
<activity
android:name=".FirstTime"
android:label="First Time"
android:screenOrientation="portrait"
android:theme="@style/AppThemeLight.Launcher" />
android:theme="@style/AppTheme0.Launcher" />
<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:screenOrientation="portrait"
android:theme="@style/AppThemeLight.Launcher"
android:theme="@style/AppTheme0.Launcher"
android:windowSoftInputMode="adjustPan"/>
<activity
android:name=".Main"
android:label="@string/app_name"
android:configChanges="orientation|keyboardHidden|screenSize"
android:theme="@style/AppThemeLight.Launcher"
android:theme="@style/AppTheme0.Launcher"
android:windowSoftInputMode="adjustPan">
<!-- android:screenOrientation="portrait"-->