bitsy-wallet/app/src/main/res/drawable/send_fab_background.xml
2018-12-03 17:22: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="100dp"
android:topLeftRadius="100dp" />
<solid android:color="#5fcaff" />
</shape>