Skip to content

Instantly share code, notes, and snippets.

@navczydev
Created July 10, 2021 01:46
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/alarms"
android:enabled="true"
android:icon="@drawable/ic_alarms"
android:title="@string/alarms_destination_label" />
<item
android:id="@+id/schedule"
android:enabled="true"
android:icon="@drawable/icon_clock"
android:title="@string/schedule_destination_label" />
<item
android:id="@+id/timer"
android:enabled="true"
android:icon="@drawable/ic_alarms"
android:title="@string/timer_destination_label" />
<item
android:id="@+id/stopwatch"
android:enabled="true"
android:icon="@drawable/icon_clock"
android:title="@string/stopwatch_destination_label" />
</menu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment