Files
WinBoLL/watchoutputinstaller/src/main/res/drawable/shape_gradient.xml

11 lines
321 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="180"
android:endColor="@color/purple_500"
android:startColor="@color/purple_200"
android:type="linear" />
<corners android:radius="10dp" />
</shape>