Cleaned up resources and design fixes
This commit is contained in:
parent
13843095a8
commit
a3e9168dd4
65 changed files with 17 additions and 29 deletions
8
app/src/main/res/drawable/slider_thumb.xml
Normal file
8
app/src/main/res/drawable/slider_thumb.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
|
||||
<size
|
||||
android:height="16dp"
|
||||
android:width="16dp"/>
|
||||
<solid
|
||||
android:color="@color/materialmusic_accent_color"/>
|
||||
</shape>
|
||||
Loading…
Add table
Add a link
Reference in a new issue