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

View File

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