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

7 lines
344 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="7.0dip" />
<gradient android:startColor="#44101010" android:endColor="#11848484" android:angle="90.0" />
<stroke android:width="1.0dip" android:color="#33e8e8e8" />
</shape>