Chromium Code Reviews| Index: chrome/android/java/res/layout/history_item_view.xml |
| diff --git a/chrome/android/java/res/layout/history_item_view.xml b/chrome/android/java/res/layout/history_item_view.xml |
| index 55533d891f6780108519faa9b85e7bb4e2b1a95e..ebd7247b9ddab0708869ea77a8e82c06a059d424 100644 |
| --- a/chrome/android/java/res/layout/history_item_view.xml |
| +++ b/chrome/android/java/res/layout/history_item_view.xml |
| @@ -9,12 +9,16 @@ |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" > |
| + <!-- TODO(twellington): remove start/end padding when new assets with |
| + correct built in padding are available. --> |
| <LinearLayout |
| android:id="@+id/content" |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| android:paddingTop="16dp" |
| android:paddingBottom="16dp" |
| + android:paddingStart="1dp" |
|
Theresa
2017/02/15 21:41:04
This should be moved to HistoryItemView above sinc
Theresa
2017/02/15 23:16:15
Done.
|
| + android:paddingEnd="1dp" |
| android:orientation="horizontal" > |
| <ImageView |