what-the-bank/resources/res/drawable/ripple_purple_white_bg.xml

14 lines
361 B
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<ripple xmlns:android="http://schemas.android.com/apk/res/android" color="#667631c1">
<item id="@android:id/mask">
<shape shape="rectangle">
<solid color="#7631c1"/>
</shape>
</item>
<item>
<shape>
<solid color="#ffffff"/>
</shape>
</item>
</ripple>