| 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"
|
|
|