Merge "2/ Define pattern view size by UX deck"
This commit is contained in:
committed by
Android (Google) Code Review
commit
60a724fefa
@@ -51,13 +51,12 @@
|
||||
style="@style/LockPatternContainerStyle"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="0dp"
|
||||
android:minHeight="@dimen/choose_lockscreen_min_height"
|
||||
android:layout_weight="1">
|
||||
|
||||
<com.android.internal.widget.LockPatternView
|
||||
android:id="@+id/lockPattern"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_width="@dimen/biometric_auth_pattern_view_size"
|
||||
android:layout_height="@dimen/biometric_auth_pattern_view_size"
|
||||
android:layout_gravity="center"/>
|
||||
|
||||
</com.google.android.setupdesign.view.FillContentLayout>
|
||||
@@ -66,7 +65,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:minHeight="50dip"
|
||||
android:minHeight="24dp"
|
||||
android:textSize="14sp"
|
||||
android:visibility="gone"/>
|
||||
|
||||
|
@@ -67,13 +67,12 @@
|
||||
style="@style/LockPatternContainerStyle"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="0dp"
|
||||
android:minHeight="@dimen/choose_lockscreen_min_height"
|
||||
android:layout_weight="1">
|
||||
|
||||
<com.android.internal.widget.LockPatternView
|
||||
android:id="@+id/lockPattern"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_width="@dimen/biometric_auth_pattern_view_size"
|
||||
android:layout_height="@dimen/biometric_auth_pattern_view_size"
|
||||
android:layout_gravity="center" />
|
||||
|
||||
</com.google.android.setupdesign.view.FillContentLayout>
|
||||
|
@@ -39,13 +39,12 @@
|
||||
style="@style/LockPatternContainerStyle"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="0dp"
|
||||
android:minHeight="@dimen/choose_lockscreen_min_height"
|
||||
android:layout_weight="1">
|
||||
|
||||
<com.android.internal.widget.LockPatternView
|
||||
android:id="@+id/lockPattern"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_width="@dimen/biometric_auth_pattern_view_size"
|
||||
android:layout_height="@dimen/biometric_auth_pattern_view_size"
|
||||
android:layout_gravity="center" />
|
||||
|
||||
</com.google.android.setupdesign.view.FillContentLayout>
|
||||
|
Reference in New Issue
Block a user