Merge "Fix work challenge background size." into nyc-dev

This commit is contained in:
Abodunrinwa Toki
2016-03-10 18:42:02 +00:00
committed by Android (Google) Code Review
7 changed files with 20 additions and 8 deletions

View File

@@ -24,8 +24,9 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/topLayout"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_width="@dimen/confirm_credentials_layout_width"
android:layout_height="match_parent"
android:layout_gravity="top|center_horizontal">
<TextView
style="@android:style/TextAppearance.Material.Headline"
@@ -96,4 +97,4 @@
android:visibility="gone"/>
</com.android.internal.widget.LinearLayoutWithDefaultTouchRecepient>
</FrameLayout>
</FrameLayout>

View File

@@ -24,8 +24,9 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/topLayout"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_width="@dimen/confirm_credentials_layout_width"
android:layout_height="match_parent"
android:layout_gravity="top|center_horizontal">
<TextView
style="@android:style/TextAppearance.Material.Headline"
@@ -100,4 +101,4 @@
</LinearLayout>
</com.android.internal.widget.LinearLayoutWithDefaultTouchRecepient>
</FrameLayout>
</FrameLayout>