tangem-app-android-audited/app/src/main/res/drawable/shape_rectangle_rounded_4.xml
2022-02-18 12:42:00 +03:00

8 lines
No EOL
206 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/backgroundGray" />
<corners android:radius="4dp" />
</shape>