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:label="@string/title_drug_detail"
|
||||
android:parentActivityName=".DrugListActivity"
|
||||
android:configChanges="orientation|screenSize"
|
||||
android:theme="@style/AppTheme.NoActionBar"
|
||||
android:windowSoftInputMode="adjustResize">
|
||||
<meta-data
|
||||
|
@ -47,6 +48,7 @@
|
|||
android:name=".WelcomeActivity"
|
||||
android:label="Welcome"
|
||||
android:parentActivityName=".DrugListActivity"
|
||||
android:configChanges="orientation|screenSize"
|
||||
android:theme="@style/AppTheme.NoActionBar">
|
||||
<meta-data
|
||||
android:name="android.support.PARENT_ACTIVITY"
|
||||
|
@ -56,6 +58,7 @@
|
|||
android:name=".About"
|
||||
android:label="À propos de PillDroid"
|
||||
android:parentActivityName=".DrugListActivity"
|
||||
android:configChanges="orientation|screenSize"
|
||||
android:theme="@style/AppTheme" />
|
||||
<activity android:name=".CustomScannerActivity" />
|
||||
<receiver android:name="net.foucry.pilldroid.AlarmReceiver"
|
||||
|
|
Loading…
Reference in a new issue