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

Unified Diff: chrome/android/java/res/color/item_chooser_row_text_color.xml

Issue 2426573005: bluetooth-chooser: Refactor and clean up bluetooth chooser (Closed)
Patch Set: Address tedchoc's comments 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 | « no previous file | chrome/android/java/res/drawable/item_chooser_row_background.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/color/item_chooser_row_text_color.xml
diff --git a/chrome/android/java/res/color/white_mode_tint.xml b/chrome/android/java/res/color/item_chooser_row_text_color.xml
similarity index 56%
copy from chrome/android/java/res/color/white_mode_tint.xml
copy to chrome/android/java/res/color/item_chooser_row_text_color.xml
index 9d9fd5064c344485e84d2fdd12c4e2956020f2c8..a5f0b2412a1c0afd1501233a62791f3ad974e481 100644
--- a/chrome/android/java/res/color/white_mode_tint.xml
+++ b/chrome/android/java/res/color/item_chooser_row_text_color.xml
@@ -4,5 +4,7 @@
found in the LICENSE file.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:color="#FFFFFF"/>
+ <item android:color="@android:color/white" android:state_activated="true"/>
+ <item android:color="@color/primary_text_disabled_material_light" android:state_enabled="false"/>
+ <item android:color="@color/default_text_color"/>
</selector>
« no previous file with comments | « no previous file | chrome/android/java/res/drawable/item_chooser_row_background.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698