diff options
Diffstat (limited to 'res/menu/stop_menu.xml')
-rw-r--r-- | res/menu/stop_menu.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/res/menu/stop_menu.xml b/res/menu/stop_menu.xml index 071a689..408e536 100644 --- a/res/menu/stop_menu.xml +++ b/res/menu/stop_menu.xml @@ -1,17 +1,17 @@ <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android" > - <item + <!--<item android:id="@+id/menu_previous_stop" android:icon="@drawable/ic_menu_back" - android:title="@string/menu_previous_stop"/> + android:title="@string/menu_previous_stop"/>--> <item android:id="@+id/menu_refresh_stop" - android:icon="@drawable/ic_menu_search" + android:icon="@drawable/ic_menu_refresh" android:title="@string/menu_refresh_stop"/> - <item + <!--<item android:id="@+id/menu_next_stop" android:icon="@drawable/ic_menu_forward" - android:title="@string/menu_next_stop"/> + android:title="@string/menu_next_stop"/>--> </menu>
\ No newline at end of file |