misp-bump/app/src/main/res/drawable/background_rounded_main.xml

13 lines
286 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid
android:color="#FFFFFF" />
<corners
android:topLeftRadius="6dp"
android:topRightRadius="6dp" />
</shape>