AntennaPod/ui/common/src/main/res/drawable/bg_blue_gradient.xml

11 lines
376 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
<gradient
android:angle="90"
android:endColor="@color/gradient_025"
android:startColor="@color/gradient_075"
android:type="linear" />
<corners
android:radius="0dp"/>
</shape>