mirror of
https://github.com/hmalik144/Weather-apps.git
synced 2025-12-10 02:05:20 +00:00
10 lines
360 B
XML
10 lines
360 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
<gradient
|
|
android:startColor="@color/colour_two"
|
|
android:centerColor="@color/colour_three"
|
|
android:endColor="@color/colour_four"
|
|
android:type="linear"
|
|
android:angle="45"/>
|
|
</shape> |