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