Files
ShiftRing/app/src/main/res/drawable/bg_slider_stop.xml
T

10 lines
306 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:startColor="#C62828"
android:centerColor="#E53935"
android:endColor="#EF5350"
android:angle="135"/>
<corners android:radius="40dp"/>
</shape>