Fix landscape pattern enroll crash
Test: atest SetupChooseLockPatternTest.java Bug: 77878150 Change-Id: Ie54286765ea0d766bcc9e2c8e56cfbda919d5fd7
This commit is contained in:
@@ -16,9 +16,9 @@
|
||||
-->
|
||||
|
||||
<!-- TODO: Use aapt:attr when it is fixed (b/36809755) -->
|
||||
<LinearLayout
|
||||
<com.android.setupwizardlib.view.ButtonBarLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
style="@style/SuwGlifButtonBar"
|
||||
style="@style/SuwGlifButtonBar.Stackable"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
@@ -49,4 +49,4 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/lockpattern_tutorial_continue_label" />
|
||||
|
||||
</LinearLayout>
|
||||
</com.android.setupwizardlib.view.ButtonBarLayout>
|
||||
|
||||
Reference in New Issue
Block a user