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

Unified Diff: chrome/android/java/res/values-v17/styles.xml

Issue 2365733002: Inherit default text color from MainTheme. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: swapping out @ColorRes and @ColorInt usage in code. 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
« no previous file with comments | « chrome/android/java/res/layout/upgrade_activity.xml ('k') | chrome/android/java/res/values/colors.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/values-v17/styles.xml
diff --git a/chrome/android/java/res/values-v17/styles.xml b/chrome/android/java/res/values-v17/styles.xml
index 0fe3eb93c79853d9eae94a6a79ae21b503353449..457269b3a3c73a9d881163441d1a6b1540f17328 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -23,6 +23,7 @@
<item name="android:textColorHighlight">@color/text_highlight_color</item>
<item name="android:textColorLink">@color/light_active_color</item>
<item name="android:statusBarColor" tools:targetApi="21">@android:color/black</item>
+ <item name="android:textColor">@color/default_text_color</item>
<!-- Overriding AppCompat values -->
<item name="colorControlNormal">@color/light_normal_color</item>
@@ -47,6 +48,7 @@
<style name="FullscreenWhiteDialog" parent="Theme.AppCompat.Light" >
<item name="android:windowBackground">@android:color/white</item>
+ <item name="android:textColor">@color/default_text_color</item>
<item name="android:textColorLink">@color/light_active_color</item>
<item name="android:statusBarColor" tools:targetApi="21">@android:color/black</item>
<item name="colorPrimary">@color/light_active_color</item>
« no previous file with comments | « chrome/android/java/res/layout/upgrade_activity.xml ('k') | chrome/android/java/res/values/colors.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698