Merge pull request #3177 from andersonvom/fix-episodes-searchbar

Prevent actionbar items from moving when searching for episodes
This commit is contained in:
H. Lehmann 2019-05-19 18:46:07 +02:00 committed by GitHub
commit fa03edf419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<item
android:id="@+id/action_search"
android:icon="?attr/action_search"
custom:showAsAction="always"
custom:showAsAction="collapseActionView|ifRoom"
custom:actionViewClass="android.support.v7.widget.SearchView"
android:title="@string/search_label"/>
@ -14,7 +14,7 @@
android:id="@+id/refresh_item"
android:title="@string/refresh_label"
android:menuCategory="container"
custom:showAsAction="always"
custom:showAsAction="ifRoom"
android:icon="?attr/navigation_refresh"/>
<item