Fixed remove downloads option escaping the overflow menu
This commit is contained in:
parent
2ce8f544f3
commit
ea0b4c2bc3
1 changed files with 1 additions and 2 deletions
|
@ -52,9 +52,8 @@
|
|||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/action_remove_downloads"
|
||||
android:icon="@drawable/ic_file_download_white_24dp"
|
||||
android:title="@string/remove_downloads"
|
||||
app:showAsAction="ifRoom">
|
||||
app:showAsAction="never">
|
||||
<menu>
|
||||
<item
|
||||
android:id="@+id/remove_all"
|
||||
|
|
Reference in a new issue