Ripple cover and color adjustment
This commit is contained in:
parent
8dc9083ff7
commit
02ee7571a8
1 changed files with 5 additions and 0 deletions
5
app/src/main/res/drawable/round_selector_mask.xml
Normal file
5
app/src/main/res/drawable/round_selector_mask.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="@android:color/white" />
|
||||
</shape>
|
Loading…
Reference in a new issue