Fixed overlapping navbar with all themes

This commit is contained in:
Prathamesh More 2021-10-21 21:48:17 +05:30
parent 79238ede7a
commit 1c9630635c
6 changed files with 85 additions and 92 deletions

View file

@ -78,6 +78,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="bottom"
style="@style/BottomSheetStyle"
android:theme="@style/TopCornerCardView"
app:behavior_hideable="false"
app:cardElevation="24dp"
@ -87,7 +88,6 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/colorSurface"
android:clickable="false"
android:orientation="vertical">