ref: b96ea951adb4c6659f64668075b3e49eeb771c4d
app/src/main/res/menu/menu_stop.xml
1 2 3 4 5 6 7 8 9 10 11 |
<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" tools:context="ml.adamsprogs.bimba.activities.StopActivity"> <item android:id="@+id/action_change_type" android:orderInCategory="100" android:title="@string/action_change_type" android:icon="@drawable/ic_timetable_full" app:showAsAction="always" /> </menu> |