WIP equalizer
This commit is contained in:
parent
98f1d23ebe
commit
886112d7df
27 changed files with 1498 additions and 408 deletions
11
app/src/main/res/drawable/custom_thumb_src.xml
Executable file
11
app/src/main/res/drawable/custom_thumb_src.xml
Executable file
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
|
||||
<solid android:color="#FFFFFF" />
|
||||
<!--<solid android:color="#FFA036" />-->
|
||||
|
||||
<size
|
||||
android:width="16dp"
|
||||
android:height="16dp" />
|
||||
</shape>
|
Loading…
Add table
Add a link
Reference in a new issue