mirror of
https://github.com/SimpleMobileTools/Simple-Draw.git
synced 2025-06-05 21:59:17 +02:00
show the Undo button only if there is something drawn
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_below="@id/color_picker"
|
||||
android:padding="@dimen/icon_padding"
|
||||
android:src="@mipmap/undo"/>
|
||||
android:src="@mipmap/undo"
|
||||
android:visibility="gone"/>
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
Reference in New Issue
Block a user