bitsy-wallet/app/src/main/res/drawable/send_fab_background.xml
2019-01-03 08:26:21 -06:00

7 lines
No EOL
248 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
<corners
android:bottomLeftRadius="60dp"
android:topLeftRadius="60dp" />
<solid android:color="#88DC473A" />
</shape>