Merge "Center align icon and title in choose lock pattern"

This commit is contained in:
Maurice Lam
2017-05-31 22:36:59 +00:00
committed by Android (Google) Code Review

View File

@@ -28,7 +28,6 @@
<com.android.internal.widget.LinearLayoutWithDefaultTouchRecepient
android:id="@+id/topLayout"
style="@style/SuwContentFrame"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipChildren="false"
@@ -36,6 +35,7 @@
android:orientation="vertical">
<LinearLayout
style="@style/SuwGlifHeaderContainer"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
@@ -57,6 +57,7 @@
<!-- takes up all space above button bar at bottom -->
<LinearLayout
style="@style/SuwContentFrame"
android:layout_width="match_parent"
android:layout_height="0dip"
android:layout_weight="1"