We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4eada64 + e1a8eee commit 7d59cf9Copy full SHA for 7d59cf9
core/res/res/layout/keyguard_pattern_view.xml
@@ -35,16 +35,17 @@
35
android:layout_width="match_parent"
36
android:layout_height="match_parent">
37
38
- <include layout="@layout/keyguard_message_area"
39
- android:layout_width="match_parent"
40
- android:layout_height="wrap_content" />
41
-
42
<LinearLayout
43
android:layout_height="wrap_content"
44
android:layout_width="wrap_content"
45
android:orientation="vertical"
46
android:layout_gravity="center">
47
+ <include layout="@layout/keyguard_message_area"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ />
48
+
49
<FrameLayout
50
android:id="@+id/keyguard_bouncer_frame"
51
android:background="@*android:drawable/kg_bouncer_bg_white"
0 commit comments