mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
Ajout de la barre de navigation pour le retour de About
This commit is contained in:
parent
ee19aad0cf
commit
c3b87c1534
1 changed files with 2 additions and 2 deletions
|
@ -44,9 +44,9 @@
|
|||
</intent-filter>
|
||||
</activity>
|
||||
<activity android:name=".About"
|
||||
android:label="About"
|
||||
android:label="À propos de PillDroid"
|
||||
android:parentActivityName=".MedicamentListActivity"
|
||||
android:theme="@style/AppTheme.NoActionBar">
|
||||
android:theme="@style/AppTheme">
|
||||
</activity>
|
||||
</application>
|
||||
|
||||
|
|
Loading…
Reference in a new issue