Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(215)

Unified Diff: chrome/android/java/res/layout/confirm_import_sync_data.xml

Issue 2614973002: [Signin] Update order of buttons in dialog for merging data (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..c3f0eff45f0c4d218850280b93b585bf73abeba7 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_linear_layout"
gogerald1 2017/01/05 15:39:38 nit: sync_import_data or sync_import_data_content?
bzanotti 2017/01/05 17:39:31 Done.
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>

Powered by Google App Engine
This is Rietveld 408576698