tangem-app-android-audited/app/src/main/res/drawable/shape_circle_home_screen.xml
2021-10-28 16:10:22 +03:00

14 lines
325 B
XML

<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<size
android:width="40dp"
android:height="40dp" />
<gradient
android:angle="270"
android:endColor="#47F8F8F8"
android:startColor="#F4F4F4"
android:type="linear" />
</shape>