Mercurial > cgi-bin > hgweb.cgi > SimpleResizer
annotate app/src/main/res/menu/menu_edit.xml @ 46:8205f3c17500 default tip
Tweak messages a little.
author | David Barts <n5jrn@me.com> |
---|---|
date | Wed, 14 Apr 2021 08:18:23 -0700 |
parents | cfb19d4ccf78 |
children |
rev | line source |
---|---|
15 | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <menu xmlns:android="http://schemas.android.com/apk/res/android" | |
3 xmlns:app="http://schemas.android.com/apk/res-auto"> | |
4 | |
5 <item | |
40
cfb19d4ccf78
About screen (but it has broken Edit screen).
David Barts <n5jrn@me.com>
parents:
23
diff
changeset
|
6 android:id="@+id/about_item" |
cfb19d4ccf78
About screen (but it has broken Edit screen).
David Barts <n5jrn@me.com>
parents:
23
diff
changeset
|
7 android:icon="@drawable/ic_action_about" |
cfb19d4ccf78
About screen (but it has broken Edit screen).
David Barts <n5jrn@me.com>
parents:
23
diff
changeset
|
8 android:title="@string/about_title" |
cfb19d4ccf78
About screen (but it has broken Edit screen).
David Barts <n5jrn@me.com>
parents:
23
diff
changeset
|
9 app:showAsAction="ifRoom" /> |
cfb19d4ccf78
About screen (but it has broken Edit screen).
David Barts <n5jrn@me.com>
parents:
23
diff
changeset
|
10 |
cfb19d4ccf78
About screen (but it has broken Edit screen).
David Barts <n5jrn@me.com>
parents:
23
diff
changeset
|
11 <item |
15 | 12 android:id="@+id/settings_item" |
23
507d64fd05e2
Gear instead of wrench for setting.
David Barts <n5jrn@me.com>
parents:
15
diff
changeset
|
13 android:icon="@drawable/ic_action_settings" |
15 | 14 android:title="@string/settings_title" |
15 app:showAsAction="ifRoom" /> | |
16 | |
17 </menu> |