maxwen | cbe9ed7 | 2017-01-23 02:17:43 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <menu xmlns:android="http://schemas.android.com/apk/res/android"> | ||||
3 | <item | ||||
4 | android:id="@+id/reset" | ||||
maxwen | 7f73b37 | 2017-03-09 03:07:06 +0100 | [diff] [blame] | 5 | android:showAsAction="ifRoom" |
6 | android:icon="@drawable/ic_menu_reset" | ||||
maxwen | cbe9ed7 | 2017-01-23 02:17:43 +0100 | [diff] [blame] | 7 | android:title="@string/create_ref" /> |
8 | </menu> |