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

Unified Diff: content/public/android/java/res/values-v21/styles.xml

Issue 2650113004: [WIP] Add support for Android SuggestionSpans when editing text (Closed)
Patch Set: Uploading the latest version from my repo so I can reference it Created 3 years, 8 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: content/public/android/java/res/values-v21/styles.xml
diff --git a/content/public/android/java/res/values-v21/styles.xml b/content/public/android/java/res/values-v21/styles.xml
index a01b0c70d580370e40cbd7585725383348b2f1d0..b02c4063d74ead8271e2153806afb950ee3ff03b 100644
--- a/content/public/android/java/res/values-v21/styles.xml
+++ b/content/public/android/java/res/values-v21/styles.xml
@@ -8,7 +8,10 @@
<item name="android:icon">?android:attr/actionModeShareDrawable</item>
</style>
<style name="SelectActionMenuWebSearch">
- <item name="android:icon">?android:attr/actionModeWebSearchDrawable</item>
+ <item name="android:icon">?android:attr/actionModeWebSearchDrawable</item>
+ </style>
+ <style name="SuggestionHighlight">
+ <item name="android:textColor">?android:attr/textColorPrimary</item>
</style>
</resources>

Powered by Google App Engine
This is Rietveld 408576698