Fix bottom app bar is under navbar in immersive mode.

This commit is contained in:
Alex Ning
2019-12-18 21:33:03 +08:00
parent dafd0796e9
commit e3445373d9
2 changed files with 6 additions and 7 deletions

View File

@@ -61,14 +61,12 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:gravity="center"
android:visibility="gone"
app:backgroundTint="?attr/backgroundColor"
app:layout_anchorGravity="start"
app:fabAnimationMode="scale"
app:fabAlignmentMode="center">
<LinearLayout
android:id="@+id/linear_layout_bottom_app_bar_main_activity"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:weightSum="3"