Weather/res/drawable/member_shape_left_half_circle.xml
2021-05-10 10:13:34 +02:00

7 lines
441 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:topLeftRadius="@dimen/x10" android:topRightRadius="0.0dip" android:bottomLeftRadius="@dimen/x10" android:bottomRightRadius="0.0dip" />
<solid android:color="@color/member_code_background" />
<stroke android:width="1.0px" android:color="@color/member_code_background" />
</shape>