bitsy-wallet/app/src/main/res/drawable/send_fab_background_disable...

7 lines
260 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="@color/superLightGray" />
</shape>