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

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: Address nits 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/signin/ConfirmImportSyncDataDialog.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/signin/ConfirmImportSyncDataDialog.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698