summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2011-10-05 18:12:04 -0700
committerJim Miller <jaggies@google.com>2011-10-05 18:12:04 -0700
commitf67f8b4ee4555fa1fdbab111d73ab70bb0625c6e (patch)
treec7aa560e8b32d6d91704da87e46be6a85031bbe0
parent63d8b0c8b509fb744c034c67027380959279cdc4 (diff)
downloadframeworks_base-f67f8b4ee4555fa1fdbab111d73ab70bb0625c6e.zip
frameworks_base-f67f8b4ee4555fa1fdbab111d73ab70bb0625c6e.tar.gz
frameworks_base-f67f8b4ee4555fa1fdbab111d73ab70bb0625c6e.tar.bz2
Fix 5396647: Move lock slider up by 10dip on lock screen.
Change-Id: I32d5b8bc784e2171b4880c08eeabfda7c58238db
-rw-r--r--core/res/res/layout/keyguard_screen_tab_unlock.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/layout/keyguard_screen_tab_unlock.xml b/core/res/res/layout/keyguard_screen_tab_unlock.xml
index 4349c5b..0ec8f75 100644
--- a/core/res/res/layout/keyguard_screen_tab_unlock.xml
+++ b/core/res/res/layout/keyguard_screen_tab_unlock.xml
@@ -121,7 +121,7 @@
<RelativeLayout
android:layout_width="match_parent"
- android:layout_height="292dip">
+ android:layout_height="302dip">
<com.android.internal.widget.multiwaveview.MultiWaveView
android:id="@+id/unlock_widget"