Kaynağa Gözat

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

Aidan Follestad 10 yıl önce
ebeveyn
işleme
9fb7c15d91

+ 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>