jimu-decompiled/resources/res/drawable/seek_thumb_2.xml
2025-05-13 19:24:51 +02:00

14 lines
404 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape
android:dither="true"
android:shape="oval">
<size
android:height="@dimen/dp35"
android:width="@dimen/dp35"/>
<solid android:color="#55000000"/>
</shape>
</item>
</layer-list>