diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-12-18 13:33:03 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-12-18 13:33:03 +0000 |
commit | e3445373d9f57b45c020170a0aa93116be4c4b6b (patch) | |
tree | 888e81da6fd70838bc07bb929689a4d636ed1359 /app/src/main/res | |
parent | dafd0796e914a5b540c2edb272b62a3afd468c2d (diff) | |
download | infinity-for-reddit-e3445373d9f57b45c020170a0aa93116be4c4b6b.tar infinity-for-reddit-e3445373d9f57b45c020170a0aa93116be4c4b6b.tar.gz infinity-for-reddit-e3445373d9f57b45c020170a0aa93116be4c4b6b.tar.bz2 infinity-for-reddit-e3445373d9f57b45c020170a0aa93116be4c4b6b.tar.lz infinity-for-reddit-e3445373d9f57b45c020170a0aa93116be4c4b6b.tar.xz infinity-for-reddit-e3445373d9f57b45c020170a0aa93116be4c4b6b.tar.zst infinity-for-reddit-e3445373d9f57b45c020170a0aa93116be4c4b6b.zip |
Fix bottom app bar is under navbar in immersive mode.
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/app_bar_main.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/src/main/res/layout/app_bar_main.xml b/app/src/main/res/layout/app_bar_main.xml index 78636065..ef23de4f 100644 --- a/app/src/main/res/layout/app_bar_main.xml +++ b/app/src/main/res/layout/app_bar_main.xml @@ -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" |