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

7 lines
280 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#ffffffff" />
<corners android:radius="4.0dip" />
<stroke android:width="1.0dip" android:color="@color/recomend_text_color_50" />
</shape>