crystal-wallet-android/app/src/main/res/drawable/rounded_corners.xml

6 lines
250 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#fff"/>
<stroke android:width="1dip" android:color="@color/gray" />
<corners android:radius="10dip"/>
</shape>