Round selector
- added round selector for Lollipop and below lollipop
This commit is contained in:
parent
cafd1081ca
commit
585d959e3d
20 changed files with 86 additions and 15 deletions
7
app/src/main/res/drawable/round_selector.xml
Normal file
7
app/src/main/res/drawable/round_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_pressed="true" android:drawable="@drawable/round_selected" />
|
||||
<item android:drawable="@drawable/transparent" />
|
||||
|
||||
</selector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue