summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2012-11-08 12:28:15 -0500
committerChris Wren <cwren@android.com>2012-11-08 12:28:15 -0500
commite1a8eee6d0f006cc0c2eac2456808af539cb3975 (patch)
tree389110fd37140ac54316bf6d417c072481857a28
parent7a73344bbe1636fd01a8b551b0b539168a9a9987 (diff)
downloadbase-e1a8eee6d0f006cc0c2eac2456808af539cb3975.tar.gz
allow pattern linear layout to manage message_area.
Bug: 7501923 Change-Id: I5126e760d8567380e2041ca01791f14c7b054adb
-rw-r--r--core/res/res/layout/keyguard_pattern_view.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/core/res/res/layout/keyguard_pattern_view.xml b/core/res/res/layout/keyguard_pattern_view.xml
index 8d0d3f9d6527..1bd3e4ebdd9e 100644
--- a/core/res/res/layout/keyguard_pattern_view.xml
+++ b/core/res/res/layout/keyguard_pattern_view.xml
@@ -35,16 +35,17 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
- <include layout="@layout/keyguard_message_area"
- android:layout_width="match_parent"
- android:layout_height="wrap_content" />
-
<LinearLayout
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:orientation="vertical"
android:layout_gravity="center">
+ <include layout="@layout/keyguard_message_area"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ />
+
<FrameLayout
android:id="@+id/keyguard_bouncer_frame"
android:background="@*android:drawable/kg_bouncer_bg_white"