cnlive_video_seekbar_progress.xml
369 Bytes
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#ffffff" />
<corners android:radius="12dp" />
<stroke
android:width="4dp"
android:color="#2fffffff" />
<size
android:width="24dp"
android:height="24dp" />
</shape>