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

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

Issue 2632493003: [Android History] Styling changes (Closed)
Patch Set: Created 3 years, 11 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_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..86fb51e24b50f3edfe21b70874c23609b6d7f54d 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"
@@ -53,7 +54,7 @@
style="@style/HistoryEndIcon"
android:contentDescription="@string/remove"
android:src="@drawable/btn_trash"
- chrome:tint="@color/dark_mode_tint" />
+ chrome:tint="@color/history_remove_button_tint" />
</LinearLayout>
</org.chromium.chrome.browser.history.HistoryItemView>

Powered by Google App Engine
This is Rietveld 408576698