Mini player

main
h4h13 2019-11-09 23:37:38 +05:30
parent 531c783d1a
commit 0ea0e92c9b
2 changed files with 3 additions and 6 deletions

View File

@ -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>

View File

@ -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