Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.

Commit

Permalink
fix overflow select all should not be visible as default
Browse files Browse the repository at this point in the history
  • Loading branch information
befora committed Feb 19, 2019
1 parent 0be0de0 commit dcaa099
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/menu/menu_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<item
android:id="@+id/main_overflow_select_all"
android:title="@string/main_select_all"
android:visible="false"
app:showAsAction="never"/>
<item
android:id="@+id/main_overflow_log"
Expand Down

0 comments on commit dcaa099

Please sign in to comment.