Added rect selector global
This commit is contained in:
parent
585d959e3d
commit
097f36397b
20 changed files with 68 additions and 5 deletions
7
app/src/main/res/drawable-v21/rect_selector.xml
Normal file
7
app/src/main/res/drawable-v21/rect_selector.xml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item android:state_selected="true" android:drawable="@drawable/rect_selected" />
|
||||
<item android:drawable="@drawable/transparent" />
|
||||
|
||||
</selector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue