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

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

Issue 2800563003: bluetooth: Use state_selected for changing text color and mark the TextView as selected. (Closed)
Patch Set: moar clean up 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: chrome/android/java/res/color/item_chooser_row_text_color.xml
diff --git a/chrome/android/java/res/color/item_chooser_row_text_color.xml b/chrome/android/java/res/color/item_chooser_row_text_color.xml
index a5f0b2412a1c0afd1501233a62791f3ad974e481..5e42aab0a829a9bc3e5c1131e140cd385aaa6b7a 100644
--- a/chrome/android/java/res/color/item_chooser_row_text_color.xml
+++ b/chrome/android/java/res/color/item_chooser_row_text_color.xml
@@ -4,7 +4,7 @@
found in the LICENSE file.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:color="@android:color/white" android:state_activated="true"/>
+ <item android:color="@android:color/white" android:state_selected="true"/>
ortuno 2017/04/06 06:27:41 My intention was to change item_chooser_row_backgr
<item android:color="@color/primary_text_disabled_material_light" android:state_enabled="false"/>
<item android:color="@color/default_text_color"/>
</selector>

Powered by Google App Engine
This is Rietveld 408576698