Skip to content

Commit

Permalink
Update download_menu.xml
Browse files Browse the repository at this point in the history
* hide clear button by default
  • Loading branch information
kapodamy authored Dec 15, 2018
1 parent 54afefd commit dc65cbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/menu/download_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit dc65cbe

Please sign in to comment.