ariane/app/src/main/res/drawable/drawable_stroke_rounded_rec...

11 lines
369 B
XML

<inset xmlns:android="http://schemas.android.com/apk/res/android"
android:insetBottom="3dp"
android:insetLeft="3dp"
android:insetRight="3dp"
android:insetTop="3dp">
<shape
android:shape="rectangle">
<stroke android:color="?attr/colorControlNormal" android:width="1dp" />
<corners android:radius="5dp" />
</shape>
</inset>