tangem-app-android-audited/app/src/main/res/drawable/shape_refresh_button.xml
2021-10-06 22:15:59 +03:00

15 lines
No EOL
333 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="@color/white" />
<stroke
android:width="1dp"
android:color="#E2E2E2" />
<size
android:width="40dp"
android:height="40dp" />
</shape>