mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
Add Backup Menu item
This commit is contained in:
parent
a624fea683
commit
faa4f91052
1 changed files with 9 additions and 0 deletions
|
@ -2,6 +2,15 @@
|
||||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<item android:id="@+id/about"
|
<item android:id="@+id/about"
|
||||||
android:title="@string/about"/>
|
android:title="@string/about"/>
|
||||||
|
<item android:title="@string/backup">
|
||||||
|
<menu>
|
||||||
|
<item android:id="@+id/export_prescription"
|
||||||
|
android:title="@string/export_prescriptions"/>
|
||||||
|
|
||||||
|
<item android:id="@+id/import_prescription"
|
||||||
|
android:title="@string/import_prescriptions"/>
|
||||||
|
</menu>
|
||||||
|
</item>
|
||||||
<item android:id="@+id/help"
|
<item android:id="@+id/help"
|
||||||
android:title="@string/help"/>
|
android:title="@string/help"/>
|
||||||
</menu>
|
</menu>
|
Loading…
Reference in a new issue