Skip to content

Instantly share code, notes, and snippets.

@kheldiente
Last active May 28, 2018 09:57
Show Gist options
  • Save kheldiente/ac6f70614ed1a54b49af100e79d71431 to your computer and use it in GitHub Desktop.
Save kheldiente/ac6f70614ed1a54b49af100e79d71431 to your computer and use it in GitHub Desktop.
Seekbar thumb style for equalizer
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="oval">
<solid android:color="@android:color/white"/>
<size
android:width="20dp"
android:height="20dp"/>
</shape>
</item>
</layer-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment