You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
706 B
28 lines
706 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<item
|
|
android:id="@+id/stop"
|
|
android:title="@string/stop"
|
|
app:showAsAction="always" />
|
|
|
|
<item
|
|
android:id="@+id/newCustomField"
|
|
android:title="@string/new_custom_field"
|
|
android:icon="@drawable/ic_add"
|
|
app:showAsAction="never" />
|
|
|
|
<item
|
|
android:id="@+id/restart"
|
|
android:title="@string/restart_timer"
|
|
android:icon="@drawable/ic_outline_restart"
|
|
app:showAsAction="never" />
|
|
|
|
<item
|
|
android:id="@+id/delete"
|
|
android:icon="@drawable/ic_outline_delete"
|
|
android:title="@string/delete"
|
|
app:showAsAction="never" />
|
|
|
|
</menu> |