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

7 lines
308 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="@dimen/moji_corner_size" />
<size android:height="35.0dip" android:width="70.0dip" />
<solid android:color="@color/black_15p" />
</shape>