|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 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 | + xmlns:tools="http://schemas.android.com/tools" |
| 5 | + tools:ignore="AppCompatResource,AlwaysShowAction"> |
4 | 6 | <item |
5 | 7 | android:id="@+id/cab_move_to_top" |
6 | 8 | android:icon="@drawable/ic_move_to_top_vector" |
| 9 | + android:showAsAction="always" |
7 | 10 | android:title="@string/move_to_top" |
8 | 11 | app:showAsAction="always" /> |
9 | 12 | <item |
10 | 13 | android:id="@+id/cab_move_to_bottom" |
11 | 14 | android:icon="@drawable/ic_move_to_bottom_vector" |
| 15 | + android:showAsAction="always" |
12 | 16 | android:title="@string/move_to_bottom" |
13 | 17 | app:showAsAction="always" /> |
14 | 18 | <item |
15 | 19 | android:id="@+id/cab_rename" |
16 | 20 | android:icon="@drawable/ic_rename_vector" |
| 21 | + android:showAsAction="always" |
17 | 22 | android:title="@string/rename" |
18 | 23 | app:showAsAction="always" /> |
19 | 24 | <item |
20 | 25 | android:id="@+id/cab_delete" |
21 | 26 | android:icon="@drawable/ic_delete_vector" |
| 27 | + android:showAsAction="always" |
22 | 28 | android:title="@string/delete" |
23 | | - app:showAsAction="ifRoom" /> |
| 29 | + app:showAsAction="always" /> |
24 | 30 | </menu> |
0 commit comments