Files
AndroidJava/dash-wallet/wallet/res/drawable/seekbar_thumb.xml
T
coco 7846a45f2c a
2026-07-03 15:47:27 +08:00

8 lines
258 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="@color/dash_blue" />
<size
android:width="30dp"
android:height="30dp" />
</shape>