VancedManager/app/src/main/res/drawable/vanced_gradient.xml

13 lines
276 B
XML
Raw Normal View History

<shape
2020-03-16 15:41:57 +00:00
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:startColor="#FF2E73FF"
android:endColor="#FFFF0032"
android:angle="45" />
<corners
android:radius="8dp"/>
</shape>