Skip to content

Commit 79fd588

Browse files
committed
show more cab items at checklists
1 parent 429f461 commit 79fd588

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,30 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
46
<item
57
android:id="@+id/cab_move_to_top"
68
android:icon="@drawable/ic_move_to_top_vector"
9+
android:showAsAction="always"
710
android:title="@string/move_to_top"
811
app:showAsAction="always" />
912
<item
1013
android:id="@+id/cab_move_to_bottom"
1114
android:icon="@drawable/ic_move_to_bottom_vector"
15+
android:showAsAction="always"
1216
android:title="@string/move_to_bottom"
1317
app:showAsAction="always" />
1418
<item
1519
android:id="@+id/cab_rename"
1620
android:icon="@drawable/ic_rename_vector"
21+
android:showAsAction="always"
1722
android:title="@string/rename"
1823
app:showAsAction="always" />
1924
<item
2025
android:id="@+id/cab_delete"
2126
android:icon="@drawable/ic_delete_vector"
27+
android:showAsAction="always"
2228
android:title="@string/delete"
23-
app:showAsAction="ifRoom" />
29+
app:showAsAction="always" />
2430
</menu>

0 commit comments

Comments
 (0)