Archived
Fixed wrong text being saved in settings, also implemented orientation changes
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user