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

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

Issue 2427853002: Revert "Inherit default text color from parent themes." (Closed)
Patch Set: Created 4 years, 2 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/download_item_view.xml
diff --git a/chrome/android/java/res/layout/download_item_view.xml b/chrome/android/java/res/layout/download_item_view.xml
index 4c68fa1b60a23e29b3bc4b5cb36e46ed0f7f5a11..3c6fefd078a38d00c54d1e17e4499b90ee08d473 100644
--- a/chrome/android/java/res/layout/download_item_view.xml
+++ b/chrome/android/java/res/layout/download_item_view.xml
@@ -38,6 +38,7 @@
android:layout_alignParentEnd="true"
android:layout_toEndOf="@+id/icon_view"
android:singleLine="true"
+ android:textColor="@color/default_text_color"
android:textSize="16sp" />
<TextView

Powered by Google App Engine
This is Rietveld 408576698