소스 검색

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

Aidan Follestad 10 년 전
부모
커밋
9fb7c15d91
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>