Merge "Make work challenge pattern resizeable." into qt-dev

This commit is contained in:
Pavel Grafov
2019-05-30 13:38:22 +00:00
committed by Android (Google) Code Review

View File

@@ -87,11 +87,9 @@
<com.android.internal.widget.LockPatternView <com.android.internal.widget.LockPatternView
android:id="@+id/lockPattern" android:id="@+id/lockPattern"
android:layout_width="288dp" android:layout_width="match_parent"
android:layout_height="288dp" android:layout_height="match_parent"
android:layout_marginStart="-42dp" android:layout_gravity="center"/>
android:layout_marginEnd="-42dp"
android:layout_gravity="center_vertical"/>
<TextView <TextView
style="@style/TextAppearance.ErrorText" style="@style/TextAppearance.ErrorText"