Materialized the seekBar for devices below Lollipop, seekBar visible again in landscape and fixed a common FC
This commit is contained in:
parent
2231027934
commit
713cbf2b29
5 changed files with 9 additions and 10 deletions
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue