mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
Add config changes
This commit is contained in:
parent
55575b5605
commit
8c0b14ded6
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
||||||
android:name=".DrugDetailActivity"
|
android:name=".DrugDetailActivity"
|
||||||
android:label="@string/title_drug_detail"
|
android:label="@string/title_drug_detail"
|
||||||
android:parentActivityName=".DrugListActivity"
|
android:parentActivityName=".DrugListActivity"
|
||||||
|
android:configChanges="orientation|screenSize"
|
||||||
android:theme="@style/AppTheme.NoActionBar"
|
android:theme="@style/AppTheme.NoActionBar"
|
||||||
android:windowSoftInputMode="adjustResize">
|
android:windowSoftInputMode="adjustResize">
|
||||||
<meta-data
|
<meta-data
|
||||||
|
@ -47,6 +48,7 @@
|
||||||
android:name=".WelcomeActivity"
|
android:name=".WelcomeActivity"
|
||||||
android:label="Welcome"
|
android:label="Welcome"
|
||||||
android:parentActivityName=".DrugListActivity"
|
android:parentActivityName=".DrugListActivity"
|
||||||
|
android:configChanges="orientation|screenSize"
|
||||||
android:theme="@style/AppTheme.NoActionBar">
|
android:theme="@style/AppTheme.NoActionBar">
|
||||||
<meta-data
|
<meta-data
|
||||||
android:name="android.support.PARENT_ACTIVITY"
|
android:name="android.support.PARENT_ACTIVITY"
|
||||||
|
@ -56,6 +58,7 @@
|
||||||
android:name=".About"
|
android:name=".About"
|
||||||
android:label="À propos de PillDroid"
|
android:label="À propos de PillDroid"
|
||||||
android:parentActivityName=".DrugListActivity"
|
android:parentActivityName=".DrugListActivity"
|
||||||
|
android:configChanges="orientation|screenSize"
|
||||||
android:theme="@style/AppTheme" />
|
android:theme="@style/AppTheme" />
|
||||||
<activity android:name=".CustomScannerActivity" />
|
<activity android:name=".CustomScannerActivity" />
|
||||||
<receiver android:name="net.foucry.pilldroid.AlarmReceiver"
|
<receiver android:name="net.foucry.pilldroid.AlarmReceiver"
|
||||||
|
|
Loading…
Reference in a new issue