Update download_menu.xml
* hide clear button by default
This commit is contained in:
parent
8d1d4092aa
commit
ecabbb57e6
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item android:id="@+id/clear_list"
|
||||
android:visible="false"
|
||||
android:icon="?attr/ic_delete"
|
||||
android:title="@string/clear_finished_download"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
|
Loading…
Reference in a new issue