Commit 5142a6c1afd26fad876d8d516f773ed6edca5d33
1 parent
64b8f3f8
--no commit message
Showing
1 changed file
with
2 additions
and
2 deletions
res/drawable/selectedonlist2.xml
... | ... | @@ -3,13 +3,13 @@ |
3 | 3 | |
4 | 4 | <item android:state_pressed="true"> |
5 | 5 | <shape> |
6 | - <solid android:color="@color/Orange"/> | |
6 | + <solid android:color="@color/Black"/> | |
7 | 7 | </shape> |
8 | 8 | </item> |
9 | 9 | |
10 | 10 | <item> |
11 | 11 | <shape> |
12 | - <solid android:color="@color/Black"/> | |
12 | + <solid android:color="@color/White"/> | |
13 | 13 | </shape> |
14 | 14 | </item> |
15 | 15 | ... | ... |