tangem-app-android-audited/app/src/main/res/drawable/rounded_shape.xml
2018-06-21 22:58:50 +03:00

13 lines
242 B
XML

<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid
android:color="@color/colorPrimary">
</solid>
<corners
android:radius="150dp">
</corners>
</shape>