Materialized the seekBar for devices below Lollipop, seekBar visible again in landscape and fixed a common FC

This commit is contained in:
Karim Abou Zeid 2015-04-20 20:31:55 +02:00
commit 713cbf2b29
5 changed files with 9 additions and 10 deletions

View file

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#00000000"/>
</shape>

View file

@ -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="16dp"
android:width="16dp"/>
android:height="12dp"
android:width="12dp"/>
<solid
android:color="@color/materialmusic_accent_color"/>
</shape>