Fixed overlapping navbar with all themes
This commit is contained in:
parent
79238ede7a
commit
1c9630635c
6 changed files with 85 additions and 92 deletions
|
@ -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">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue