| Index: chrome/android/java/res/layout/confirm_import_sync_data.xml
|
| diff --git a/chrome/android/java/res/layout/confirm_import_sync_data.xml b/chrome/android/java/res/layout/confirm_import_sync_data.xml
|
| index 5e6d1e9a843807dd249ce80845d0816c727f3004..dafdc0c7d98957aeb06ba3833fe77b81ae6b4015 100644
|
| --- a/chrome/android/java/res/layout/confirm_import_sync_data.xml
|
| +++ b/chrome/android/java/res/layout/confirm_import_sync_data.xml
|
| @@ -7,15 +7,16 @@
|
| xmlns:app="http://schemas.android.com/apk/res-auto"
|
| android:layout_width="match_parent"
|
| android:layout_height="wrap_content"
|
| - android:overScrollMode="ifContentScrolls"
|
| + android:overScrollMode="ifContentScrolls"
|
| + android:paddingTop="25dp"
|
| android:paddingEnd="25dp"
|
| android:paddingStart="25dp">
|
|
|
| <LinearLayout
|
| + android:id="@+id/sync_import_data_content"
|
| android:layout_width="match_parent"
|
| android:layout_height="wrap_content"
|
| - android:orientation="vertical"
|
| - android:paddingTop="8dp">
|
| + android:orientation="vertical">
|
|
|
| <TextView
|
| android:id="@+id/sync_import_data_prompt"
|
| @@ -23,7 +24,7 @@
|
| android:layout_height="wrap_content"
|
| android:textColor="#de000000"
|
| android:textSize="16sp" />
|
| -
|
| +
|
| <org.chromium.chrome.browser.widget.RadioButtonWithDescription
|
| android:id="@+id/sync_confirm_import_choice"
|
| android:layout_width="match_parent"
|
| @@ -39,4 +40,4 @@
|
| app:titleText="@string/sync_keep_existing_data_separate" />
|
|
|
| </LinearLayout>
|
| -</ScrollView>
|
| +</ScrollView>
|
|
|