| 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 7922ec54147b9979bf7df56666f26bb9fa52946a..a38f855309c708d79998f2f2ab5f5ba73beb57d3 100644
|
| --- a/chrome/android/java/res/layout/history_item_view.xml
|
| +++ b/chrome/android/java/res/layout/history_item_view.xml
|
| @@ -15,7 +15,8 @@
|
| android:layout_height="wrap_content"
|
| android:paddingTop="16dp"
|
| android:paddingBottom="16dp"
|
| - android:orientation="horizontal" >
|
| + android:orientation="horizontal"
|
| + android:background="@android:color/white" >
|
|
|
| <ImageView
|
| android:id="@+id/icon_view"
|
|
|