Fixed wrong text being saved in settings, also implemented orientation changes

This commit is contained in:
Deniz Düzgören
2019-05-17 11:10:59 +02:00
parent 3119fdac73
commit 3b7a89b512
6 changed files with 72 additions and 13 deletions
+3 -2
View File
@@ -31,13 +31,14 @@
<activity
android:name=".Main"
android:label="@string/app_name"
android:screenOrientation="portrait"
android:configChanges="orientation|keyboardHidden|screenSize"
android:theme="@style/AppThemeLight.Launcher"
android:windowSoftInputMode="adjustPan">
<!-- android:screenOrientation="portrait"-->
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>