Skip to content

Commit e1a8eee

Browse files
committed
allow pattern linear layout to manage message_area.
Bug: 7501923 Change-Id: I5126e760d8567380e2041ca01791f14c7b054adb
1 parent 7a73344 commit e1a8eee

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

core/res/res/layout/keyguard_pattern_view.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,17 @@
3535
android:layout_width="match_parent"
3636
android:layout_height="match_parent">
3737

38-
<include layout="@layout/keyguard_message_area"
39-
android:layout_width="match_parent"
40-
android:layout_height="wrap_content" />
41-
4238
<LinearLayout
4339
android:layout_height="wrap_content"
4440
android:layout_width="wrap_content"
4541
android:orientation="vertical"
4642
android:layout_gravity="center">
4743

44+
<include layout="@layout/keyguard_message_area"
45+
android:layout_width="match_parent"
46+
android:layout_height="wrap_content"
47+
/>
48+
4849
<FrameLayout
4950
android:id="@+id/keyguard_bouncer_frame"
5051
android:background="@*android:drawable/kg_bouncer_bg_white"

0 commit comments

Comments
 (0)