summaryrefslogtreecommitdiffstats
path: root/res/layout/undo_bar.xml
diff options
context:
space:
mode:
authorAndy Huibers <andyhuibers@google.com>2014-03-07 10:22:10 -0800
committerAndy Huibers <andyhuibers@google.com>2014-03-07 10:22:10 -0800
commit91a7bd1e83c6cf2dbf12a5b5eb7e5ab844087ab7 (patch)
tree994918c48d5452d06b203611363b1584f75b84ea /res/layout/undo_bar.xml
parent94f46ee421468cefbc6e914eba48a40bea7f50e2 (diff)
downloadandroid_packages_apps_Camera2-91a7bd1e83c6cf2dbf12a5b5eb7e5ab844087ab7.tar.gz
android_packages_apps_Camera2-91a7bd1e83c6cf2dbf12a5b5eb7e5ab844087ab7.tar.bz2
android_packages_apps_Camera2-91a7bd1e83c6cf2dbf12a5b5eb7e5ab844087ab7.zip
Add extra space to undo bar.
Change-Id: I535c40bd89c39ba4e596ac1ecb757b8c76f2c0fb
Diffstat (limited to 'res/layout/undo_bar.xml')
-rw-r--r--res/layout/undo_bar.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/layout/undo_bar.xml b/res/layout/undo_bar.xml
index 7f7c667e7..c3a536594 100644
--- a/res/layout/undo_bar.xml
+++ b/res/layout/undo_bar.xml
@@ -25,6 +25,7 @@
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
+ android:layout_marginLeft="4dp"
android:layout_marginRight="60dp"
android:gravity="left|center_vertical" />
@@ -33,5 +34,6 @@
<TextView android:id="@+id/camera_undo_deletion_button"
style="@style/UndoButton"
android:text="@string/undo"
+ android:layout_marginLeft="8dp"
android:drawableLeft="@drawable/ic_menu_revert_holo_dark"/>
</LinearLayout>