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

Unified Diff: chrome/android/java/res/layout/bookmark_widget_item.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/bookmark_widget_item.xml
diff --git a/chrome/android/java/res/layout/bookmark_widget_item.xml b/chrome/android/java/res/layout/bookmark_widget_item.xml
index 1e16fdf9feabd23ca4abc61cea1263f61140dbc9..bf1b66968aa28b3afc679041a75fd0f6ebffd775 100644
--- a/chrome/android/java/res/layout/bookmark_widget_item.xml
+++ b/chrome/android/java/res/layout/bookmark_widget_item.xml
@@ -26,6 +26,7 @@
android:paddingEnd="16dp"
android:singleLine="true"
android:textAlignment="viewStart"
+ android:textColor="@color/default_text_color"
android:textSize="16sp" />
</LinearLayout>

Powered by Google App Engine
This is Rietveld 408576698