|
|
@@ -24,7 +24,7 @@
|
|
|
android:allowBackup="true"
|
|
|
android:icon="@drawable/ic_launcher"
|
|
|
android:label="@string/app_name"
|
|
|
- android:theme="@style/AppTheme"
|
|
|
+ android:theme="@style/Theme.AppBaseTheme"
|
|
|
android:supportsRtl="true"
|
|
|
android:isGame="false"
|
|
|
android:fullBackupContent="@xml/backup"
|
|
|
@@ -43,7 +43,6 @@
|
|
|
|
|
|
<activity
|
|
|
android:name="com.ivalentin.margolariak.MainActivity"
|
|
|
- android:theme="@style/Theme.NoTitle"
|
|
|
android:windowSoftInputMode="stateHidden|adjustResize"
|
|
|
android:configChanges="orientation"
|
|
|
android:screenOrientation="portrait"
|
|
|
@@ -57,7 +56,6 @@
|
|
|
|
|
|
<activity
|
|
|
android:name=".SettingsActivity"
|
|
|
- android:theme="@style/Theme.NoTitle"
|
|
|
android:windowSoftInputMode="stateHidden|adjustResize"
|
|
|
android:configChanges="orientation"
|
|
|
android:screenOrientation="portrait"
|