Skip to content

Instantly share code, notes, and snippets.

@navczydev
Created July 10, 2021 01:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save navczydev/abe5480d16d00aff455de9057583a84d to your computer and use it in GitHub Desktop.
Save navczydev/abe5480d16d00aff455de9057583a84d to your computer and use it in GitHub Desktop.
<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