Merge "[LockSetup] Add padding to lock setup screens"

This commit is contained in:
Maurice Lam
2015-04-23 17:24:04 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 0 deletions

View File

@@ -26,6 +26,7 @@
settings:suwIllustrationImage="@drawable/setup_illustration_lock_screen">
<LinearLayout
style="@style/SuwContentFrame"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_horizontal"

View File

@@ -27,6 +27,7 @@
<com.android.internal.widget.LinearLayoutWithDefaultTouchRecepient
android:id="@+id/topLayout"
style="@style/SuwContentFrame"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">