Bugfixes
This commit is contained in:
parent
5f89e52658
commit
f9cd2e8a2e
5 changed files with 24 additions and 29 deletions
|
|
@ -60,7 +60,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_above="@+id/media_controller_container"
|
||||
android:background="@color/materialmusic_default_bar_color"
|
||||
android:elevation="1dp"
|
||||
android:elevation="2dp"
|
||||
android:orientation="vertical"
|
||||
android:paddingBottom="16dp"
|
||||
android:paddingLeft="72dp"
|
||||
|
|
@ -88,12 +88,6 @@
|
|||
|
||||
</LinearLayout>
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="5dp"
|
||||
android:layout_below="@id/footer"
|
||||
android:background="@drawable/shadow_down"/>
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/media_controller_container"
|
||||
android:layout_width="match_parent"
|
||||
|
|
@ -161,6 +155,7 @@
|
|||
</RelativeLayout>
|
||||
|
||||
<SeekBar
|
||||
android:elevation="2dp"
|
||||
android:id="@+id/progress_slider"
|
||||
style="@style/MusicProgressSlider"
|
||||
android:layout_above="@+id/footer"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue