Parcourir la source

Made the selectors white on Jellybean/ICS rather than blue.

Aidan Follestad il y a 10 ans
Parent
commit
9fb7c15d91
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      library/src/main/res/drawable/list_item_selected_dark.xml

+ 1 - 1
library/src/main/res/drawable/list_item_selected_dark.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
 <shape xmlns:android="http://schemas.android.com/apk/res/android"
     android:shape="rectangle">
-    <solid android:color="#303030" />
+    <solid android:color="#404040" />
 </shape>