Fix last items

This commit is contained in:
h4h13 2019-11-09 23:03:28 +05:30
parent 3481ff4179
commit 531c783d1a
9 changed files with 29 additions and 44 deletions

View file

@ -25,10 +25,12 @@
android:layout_height="wrap_content"
app:behavior_hideable="false"
app:behavior_peekHeight="0dp"
app:cardCornerRadius="0dp"
app:cardElevation="0dp"
app:cardElevation="8dp"
app:cardBackgroundColor="?colorSecondary"
app:cardPreventCornerOverlap="true"
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