summaryrefslogtreecommitdiffstats
path: root/res/layout-port
diff options
context:
space:
mode:
authorAlan Newberger <alann@google.com>2013-10-15 14:29:24 -0700
committerAlan Newberger <alann@google.com>2013-10-15 14:29:24 -0700
commitc6b9824e0da453cb8b7397078cb5782afabbe2da (patch)
treec06d0778d18e890242900b8a5c9bfe7d7048af87 /res/layout-port
parent28019abc86de3d96a32595e69f6c549353b2c4ec (diff)
downloadandroid_packages_apps_Snap-c6b9824e0da453cb8b7397078cb5782afabbe2da.tar.gz
android_packages_apps_Snap-c6b9824e0da453cb8b7397078cb5782afabbe2da.tar.bz2
android_packages_apps_Snap-c6b9824e0da453cb8b7397078cb5782afabbe2da.zip
adjust keyguard camera layout to make buttons match
by trial and error adjusted the bottom margins of the controls to make transition to real camera layout seamless on the HH and N4. Bug: 11236276 Change-Id: I707a5b0b94ac466c07b19c84473e444250cecf28
Diffstat (limited to 'res/layout-port')
-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" />