Mercurial > cgi-bin > hgweb.cgi > SimpleResizer
comparison app/src/main/res/menu/menu_edit.xml @ 23:507d64fd05e2
Gear instead of wrench for setting.
author | David Barts <n5jrn@me.com> |
---|---|
date | Tue, 23 Feb 2021 14:33:41 -0800 |
parents | 20da616dcda0 |
children | cfb19d4ccf78 |
comparison
equal
deleted
inserted
replaced
22:c29f941d09cd | 23:507d64fd05e2 |
---|---|
2 <menu xmlns:android="http://schemas.android.com/apk/res/android" | 2 <menu xmlns:android="http://schemas.android.com/apk/res/android" |
3 xmlns:app="http://schemas.android.com/apk/res-auto"> | 3 xmlns:app="http://schemas.android.com/apk/res-auto"> |
4 | 4 |
5 <item | 5 <item |
6 android:id="@+id/settings_item" | 6 android:id="@+id/settings_item" |
7 android:icon="@android:drawable/ic_menu_preferences" | 7 android:icon="@drawable/ic_action_settings" |
8 android:title="@string/settings_title" | 8 android:title="@string/settings_title" |
9 app:showAsAction="ifRoom" /> | 9 app:showAsAction="ifRoom" /> |
10 | 10 |
11 </menu> | 11 </menu> |