Cleaned up resources and design fixes
This commit is contained in:
parent
13843095a8
commit
a3e9168dd4
65 changed files with 17 additions and 29 deletions
|
|
@ -1,4 +0,0 @@
|
|||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/seekbar_thumb_pressed" android:state_pressed="false"/>
|
||||
<item android:drawable="@drawable/seekbar_thumb_normal"/>
|
||||
</selector>
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
|
||||
<size
|
||||
android:height="10dp"
|
||||
android:width="10dp"/>
|
||||
<solid
|
||||
android:color="@color/materialmusic_accent_color"/>
|
||||
<corners
|
||||
android:radius="18dp"/>
|
||||
</shape>
|
||||
|
|
@ -1,8 +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="18dp"
|
||||
android:width="18dp"/>
|
||||
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