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
5
app/src/main/res/drawable/round_selected.xml
Normal file
5
app/src/main/res/drawable/round_selected.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="@color/button_selected" />
|
||||
</shape>
|
||||
Loading…
Add table
Add a link
Reference in a new issue