Commit 3c1882d2dba2adac5cf6d05b83526103f76d7b62
1 parent
73be2c89
--no commit message
Showing
1 changed file
with
16 additions
and
0 deletions
res/drawable/selectedonlist2.xml
0 → 100644
1 | +<?xml version="1.0" encoding="utf-8"?> | ||
2 | +<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
3 | + | ||
4 | + <item android:state_pressed="true"> | ||
5 | + <shape> | ||
6 | + <solid android:color="@color/Orange"/> | ||
7 | + </shape> | ||
8 | + </item> | ||
9 | + | ||
10 | + <item> | ||
11 | + <shape> | ||
12 | + <solid android:color="@color/Black"/> | ||
13 | + </shape> | ||
14 | + </item> | ||
15 | + | ||
16 | + </selector> | ||
0 | \ No newline at end of file | 17 | \ No newline at end of file |