| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- Copyright 2016 The Chromium Authors. All rights reserved. | 2 <!-- Copyright 2016 The Chromium Authors. All rights reserved. |
| 3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
| 4 found in the LICENSE file. --> | 4 found in the LICENSE file. --> |
| 5 | 5 |
| 6 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | 6 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| 7 android:layout_width="match_parent" | 7 android:layout_width="match_parent" |
| 8 android:layout_height="wrap_content" | 8 android:layout_height="wrap_content" |
| 9 android:orientation="vertical" | 9 android:orientation="vertical" |
| 10 android:layout_marginBottom="8dp" > | 10 android:layout_marginBottom="8dp" > |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 android:layout_width="match_parent" | 44 android:layout_width="match_parent" |
| 45 android:layout_height="wrap_content" | 45 android:layout_height="wrap_content" |
| 46 style="@style/ButtonCompatBorderless" | 46 style="@style/ButtonCompatBorderless" |
| 47 android:paddingTop="16dp" | 47 android:paddingTop="16dp" |
| 48 android:paddingBottom="16dp" | 48 android:paddingBottom="16dp" |
| 49 android:paddingStart="17dp" | 49 android:paddingStart="17dp" |
| 50 android:paddingEnd="17dp" | 50 android:paddingEnd="17dp" |
| 51 android:gravity="center_vertical|start" | 51 android:gravity="center_vertical|start" |
| 52 android:text="@string/open_clear_browsing_data_dialog_button" | 52 android:text="@string/open_clear_browsing_data_dialog_button" |
| 53 android:textAllCaps="true" | 53 android:textAllCaps="true" |
| 54 android:textColor="@color/history_cbd_button_tint" | 54 android:textColor="@color/blue_when_enabled" |
| 55 android:textSize="14sp" /> | 55 android:textSize="14sp" /> |
| 56 | 56 |
| 57 </FrameLayout> | 57 </FrameLayout> |
| 58 </LinearLayout> | 58 </LinearLayout> |
| OLD | NEW |