Skip to content

Commit 8f17d21

Browse files
committed
Layout updates of the Android Undo example
1 parent 947236c commit 8f17d21

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

com.vogella.android.userinterface.undo/res/layout/activity_main.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
android:background="#808080"
2020
android:dividerPadding="11dp"
2121
android:padding="4dp"
22+
android:visibility="gone"
2223
>
2324

2425
<TextView

com.vogella.android.userinterface.undo/res/menu/activity_main.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
android:id="@+id/menu_settings"
55
android:title="Fake Delete"
66
android:orderInCategory="100"
7-
android:showAsAction="never"/>
7+
android:showAsAction="always"/>
88

99
</menu>

0 commit comments

Comments
 (0)