conventionschedule-android/app/src/main/res/drawable/ic_rounded_corner_edgier_bo...

14 lines
402 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/colorBackground" />
<padding
android:left="1dp"
android:right="1dp"
android:top="1dp" />
<corners
android:bottomLeftRadius="@dimen/card_smoothiness"
android:bottomRightRadius="@dimen/card_smoothiness" />
</shape>