We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 947236c commit 8f17d21Copy full SHA for 8f17d21
2 files changed
com.vogella.android.userinterface.undo/res/layout/activity_main.xml
@@ -19,6 +19,7 @@
19
android:background="#808080"
20
android:dividerPadding="11dp"
21
android:padding="4dp"
22
+ android:visibility="gone"
23
>
24
25
<TextView
com.vogella.android.userinterface.undo/res/menu/activity_main.xml
@@ -4,6 +4,6 @@
4
android:id="@+id/menu_settings"
5
android:title="Fake Delete"
6
android:orderInCategory="100"
7
- android:showAsAction="never"/>
+ android:showAsAction="always"/>
8
9
</menu>
0 commit comments