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

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

Issue 2691373004: [Android History] Even more polish (Closed)
Patch Set: [Android History] Even more polish Created 3 years, 10 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/history_header.xml
diff --git a/chrome/android/java/res/layout/history_header.xml b/chrome/android/java/res/layout/history_header.xml
index 096a0c00a465383e2c34b21fe1734dfbed42ad93..5de821e7ac4c7ce1caeae348b65bb7367b3a7545 100644
--- a/chrome/android/java/res/layout/history_header.xml
+++ b/chrome/android/java/res/layout/history_header.xml
@@ -10,10 +10,12 @@
android:layout_marginBottom="8dp" >
<LinearLayout
+ android:id="@+id/privacy_disclaimers"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
- android:layout_marginTop="8dp" >
+ android:layout_marginTop="8dp"
+ android:layout_marginBottom="12dp" >
<org.chromium.ui.widget.TextViewWithClickableSpans
android:id="@+id/signed_in_not_synced"
@@ -32,9 +34,12 @@
<FrameLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginTop="16dp"
+ android:layout_marginTop="4dp"
android:background="@drawable/list_item_single" >
+ <!-- TODO(twellington): change start/end padding back to 16dp
+ when new assets with correct built in padding
+ are available. -->
<Button
android:id="@+id/clear_browsing_data_button"
android:layout_width="match_parent"
@@ -42,8 +47,8 @@
style="@style/ButtonCompatBorderless"
android:paddingTop="16dp"
android:paddingBottom="16dp"
- android:paddingStart="16dp"
- android:paddingEnd="16dp"
+ android:paddingStart="17dp"
+ android:paddingEnd="17dp"
android:gravity="center_vertical|start"
android:text="@string/open_clear_browsing_data_dialog_button"
android:textAllCaps="true"
« no previous file with comments | « chrome/android/java/res/layout/history_date_view.xml ('k') | chrome/android/java/res/layout/history_item_view.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698