summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAlan Newberger <alann@google.com>2013-11-04 22:55:20 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-11-04 22:55:20 +0000
commitbf4ce93c84400357a28f78a76df62b550e7f85d1 (patch)
tree129e850b0658fca902f0c61f02739f32fd5dadce /res
parent3493ba2a0a2e91a093c5fddad60bc1f1e56b91b5 (diff)
parentc6b9824e0da453cb8b7397078cb5782afabbe2da (diff)
downloadandroid_packages_apps_Snap-bf4ce93c84400357a28f78a76df62b550e7f85d1.tar.gz
android_packages_apps_Snap-bf4ce93c84400357a28f78a76df62b550e7f85d1.tar.bz2
android_packages_apps_Snap-bf4ce93c84400357a28f78a76df62b550e7f85d1.zip
Merge "adjust keyguard camera layout to make buttons match" into gb-ub-photos-carlsbad
Diffstat (limited to 'res')
-rw-r--r--res/layout-port/keyguard_widget.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout-port/keyguard_widget.xml b/res/layout-port/keyguard_widget.xml
index 28b59c44d..5e073f43b 100644
--- a/res/layout-port/keyguard_widget.xml
+++ b/res/layout-port/keyguard_widget.xml
@@ -34,7 +34,7 @@
android:layout_height="64dip"
android:layout_toRightOf="@id/shutter"
android:layout_alignParentBottom="true"
- android:layout_marginBottom="6dip"
+ android:layout_marginBottom="9dip"
android:layout_marginRight="-5dip" />
<ImageView
@@ -42,7 +42,7 @@
style="@style/SwitcherButton"
android:layout_toLeftOf="@id/shutter"
android:layout_alignParentBottom="true"
- android:layout_marginBottom="2dip"
+ android:layout_marginBottom="3dip"
android:scaleType="center"
android:contentDescription="@string/accessibility_mode_picker"
android:src="@drawable/ic_switch_camera" />
@@ -52,7 +52,7 @@
style="@style/SwitcherButton"
android:layout_toLeftOf="@id/shutter"
android:layout_alignParentBottom="true"
- android:layout_marginBottom="2dip"
+ android:layout_marginBottom="3dip"
android:scaleType="center"
android:contentDescription="@string/accessibility_mode_picker"
android:src="@drawable/ic_switcher_menu_indicator" />