Mini player
parent
531c783d1a
commit
0ea0e92c9b
|
@ -100,6 +100,5 @@
|
||||||
style="@style/Widget.MaterialProgressBar.ProgressBar.Horizontal"
|
style="@style/Widget.MaterialProgressBar.ProgressBar.Horizontal"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="3dp"
|
android:layout_height="3dp"
|
||||||
android:visibility="gone"
|
|
||||||
tools:progress="20" />
|
tools:progress="20" />
|
||||||
</FrameLayout>
|
</FrameLayout>
|
|
@ -25,12 +25,10 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
app:behavior_hideable="false"
|
app:behavior_hideable="false"
|
||||||
app:behavior_peekHeight="0dp"
|
app:behavior_peekHeight="0dp"
|
||||||
app:cardElevation="8dp"
|
app:cardCornerRadius="0dp"
|
||||||
app:cardBackgroundColor="?colorSecondary"
|
app:cardElevation="0dp"
|
||||||
app:cardPreventCornerOverlap="true"
|
|
||||||
app:cardUseCompatPadding="false"
|
app:cardUseCompatPadding="false"
|
||||||
app:layout_behavior="com.google.android.material.bottomsheet.BottomSheetBehavior"
|
app:layout_behavior="com.google.android.material.bottomsheet.BottomSheetBehavior">
|
||||||
app:shapeAppearanceOverlay="@style/TopCornerCardView">
|
|
||||||
|
|
||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
|
|
Loading…
Reference in New Issue