Do not hide feed buttons (show/hide & help) behind three-dots menu

This commit is contained in:
Stypox 2021-06-09 16:14:03 +02:00
parent 3c670fed5f
commit 97bd8de8a0
4 changed files with 5 additions and 9 deletions

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/action_search"
android:icon="@drawable/ic_search"
android:orderInCategory="1"
android:title="@string/search"
app:showAsAction="always" />
</menu>