Merge "Fix work challenge background size." into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
1abf436466
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user