Bimba.git

ref: 85f4ee806ced6e075630cfb0cb52cead4c4a0f25

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>