Do not hide feed buttons (show/hide & help) behind three-dots menu
This commit is contained in:
parent
2142f05a88
commit
4698d07323
4 changed files with 5 additions and 9 deletions
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
<item
|
||||
android:id="@+id/menu_item_feed_toggle_played_items"
|
||||
android:orderInCategory="2"
|
||||
android:checkable="true"
|
||||
android:checked="true"
|
||||
android:icon="@drawable/ic_visibility_on"
|
||||
|
|
@ -14,5 +15,6 @@
|
|||
android:id="@+id/menu_item_feed_help"
|
||||
android:icon="@drawable/ic_help"
|
||||
android:title="@string/help"
|
||||
app:showAsAction="never" />
|
||||
android:orderInCategory="3"
|
||||
app:showAsAction="ifRoom" />
|
||||
</menu>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue