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

7 lines
244 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#FFFFFF"/>
<corners android:radius="30dp"/>
<size android:width="60dp" android:height="60dp"/>
</shape>