Merge pull request #3623 from ByteHamster/refresh-button-episodes

Fix refresh icon sometimes not displayed
This commit is contained in:
H. Lehmann 2019-11-21 10:06:22 +01:00 committed by GitHub
commit 9d38789c45
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="collapseActionView|ifRoom"
custom:showAsAction="collapseActionView|always"
custom:actionViewClass="androidx.appcompat.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="ifRoom"
custom:showAsAction="always"
android:icon="?attr/navigation_refresh"/>
<item