Mercurial > cgi-bin > hgweb.cgi > SimpleResizer
annotate app/src/main/res/menu/menu_edit.xml @ 36:70f1d11d53ad
Attempt to make it work on Android 9 and earlier.
author | David Barts <n5jrn@me.com> |
---|---|
date | Fri, 19 Mar 2021 12:49:13 -0700 |
parents | 507d64fd05e2 |
children | cfb19d4ccf78 |
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 | |
6 android:id="@+id/settings_item" | |
23
507d64fd05e2
Gear instead of wrench for setting.
David Barts <n5jrn@me.com>
parents:
15
diff
changeset
|
7 android:icon="@drawable/ic_action_settings" |
15 | 8 android:title="@string/settings_title" |
9 app:showAsAction="ifRoom" /> | |
10 | |
11 </menu> |