1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-10 07:31:34 +02:00
Gadgetbridge/app/src/main/res/menu/activity_hybridhr_watchface_designer_actionbar.xml
2021-07-19 13:43:05 +02:00

15 lines
541 B
XML

<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/button_preview_watchface"
android:title="@string/button_watchface_preview"
app:showAsAction="always"
android:icon="@drawable/ic_watch_bw"
/>
<item
android:id="@+id/button_save_watchface"
android:title="@string/button_watchface_save_apply"
app:showAsAction="always"
android:icon="@drawable/ic_done"
/>
</menu>