|
2 | 2 | xmlns:app="http://schemas.android.com/apk/res-auto">
|
3 | 3 | <item android:id="@+id/menu_from_camera"
|
4 | 4 | android:title="@string/menu_from_camera"
|
5 |
| - android:orderInCategory="100" |
6 | 5 | app:showAsAction="ifRoom|withText"
|
7 | 6 | android:icon="?attr/iconCamera"
|
8 | 7 | />
|
9 | 8 | <item android:id="@+id/menu_from_gallery"
|
10 | 9 | android:title="@string/menu_from_gallery"
|
11 |
| - android:orderInCategory="200" |
12 | 10 | app:showAsAction="ifRoom|withText"
|
13 | 11 | android:icon="?attr/iconPhoto"
|
14 | 12 | />
|
15 |
| - <item android:id="@+id/menu_settings" |
16 |
| - android:title="@string/menu_settings" |
17 |
| - app:showAsAction="never" |
18 |
| - /> |
19 |
| - <item android:id="@+id/menu_about" |
20 |
| - android:title="@string/menu_about" |
21 |
| - app:showAsAction="never" |
22 |
| - /> |
23 |
| - <item android:id="@+id/menu_feedback" |
24 |
| - android:title="@string/menu_feedback" |
25 |
| - app:showAsAction="never" |
26 |
| - /> |
27 | 13 | <item android:id="@+id/menu_nearby"
|
28 | 14 | android:title="@string/menu_nearby"
|
29 | 15 | app:showAsAction="never"
|
|
32 | 18 | android:title="@string/menu_refresh"
|
33 | 19 | app:showAsAction="never"
|
34 | 20 | />
|
| 21 | + <item android:id="@+id/menu_feedback" |
| 22 | + android:title="@string/menu_feedback" |
| 23 | + app:showAsAction="never" |
| 24 | + /> |
| 25 | + <item android:id="@+id/menu_about" |
| 26 | + android:title="@string/menu_about" |
| 27 | + app:showAsAction="never" |
| 28 | + /> |
| 29 | + <item android:id="@+id/menu_settings" |
| 30 | + android:title="@string/menu_settings" |
| 31 | + app:showAsAction="never" |
| 32 | + /> |
35 | 33 |
|
36 | 34 | </menu>
|
0 commit comments