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

7 lines
275 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="3.0dip" />
<solid android:color="@color/transparent" />
<stroke android:width="0.5dip" android:color="@color/black_05" />
</shape>