Index: chrome/android/java_staging/res/drawable/eb_item_highlight.xml |
diff --git a/chrome/android/java/res/color/float_label.xml b/chrome/android/java_staging/res/drawable/eb_item_highlight.xml |
similarity index 52% |
copy from chrome/android/java/res/color/float_label.xml |
copy to chrome/android/java_staging/res/drawable/eb_item_highlight.xml |
index 47ce7a1c02a974fb2e15947a3e96c385f496e688..cb0bb891aed1dc24b1a1ce5872bc4bc75c2bf261 100644 |
--- a/chrome/android/java/res/color/float_label.xml |
+++ b/chrome/android/java_staging/res/drawable/eb_item_highlight.xml |
@@ -1,9 +1,13 @@ |
<?xml version="1.0" encoding="utf-8"?> |
<!-- Copyright 2015 The Chromium Authors. All rights reserved. |
Use of this source code is governed by a BSD-style license that can be |
- found in the LICENSE file. |
---> |
+ found in the LICENSE file. --> |
+ |
<selector xmlns:android="http://schemas.android.com/apk/res/android"> |
- <item android:color="@color/pref_accent_color" android:state_activated="true" /> |
- <item android:color="@color/secondary_text_default_material_light" /> |
+ <item android:state_checked="true"> |
+ <shape> |
+ <solid android:color="#804281f4" /> |
+ <corners android:radius="2dp" /> |
+ </shape> |
+ </item> |
</selector> |