adding a ripple background with all corners rounded
This commit is contained in:
parent
5cd2e8dc9b
commit
3536629452
1 changed files with 9 additions and 0 deletions
9
commons/src/main/res/drawable/ripple_all_corners.xml
Normal file
9
commons/src/main/res/drawable/ripple_all_corners.xml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<ripple xmlns:android="http://schemas.android.com/apk/res/android" android:color="?android:attr/colorControlHighlight">
|
||||||
|
<item android:id="@android:id/mask">
|
||||||
|
<shape android:shape="rectangle">
|
||||||
|
<solid android:color="#000000" />
|
||||||
|
<corners android:radius="@dimen/activity_margin" />
|
||||||
|
</shape>
|
||||||
|
</item>
|
||||||
|
</ripple>
|
Loading…
Reference in a new issue