From e69f778de4be7a71057fa0464ec18a394dbf30bd Mon Sep 17 00:00:00 2001 From: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> Date: Mon, 6 Feb 2023 11:46:40 -0500 Subject: Revert bottom app bar style. --- app/src/main/res/layout/bottom_app_bar.xml | 66 +++++++++++++++++++++++++++--- 1 file changed, 60 insertions(+), 6 deletions(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/bottom_app_bar.xml b/app/src/main/res/layout/bottom_app_bar.xml index 7e55c2ba..1bc806c9 100644 --- a/app/src/main/res/layout/bottom_app_bar.xml +++ b/app/src/main/res/layout/bottom_app_bar.xml @@ -3,10 +3,64 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/bottom_app_bar_bottom_app_bar" android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_gravity="bottom" + android:layout_height="48dp" android:visibility="gone" - style="@style/Widget.Material3.BottomAppBar" - app:hideOnScroll="true" - app:fabAlignmentMode="end" - app:menu="@menu/bottom_app_bar" /> \ No newline at end of file + app:fabAlignmentMode="center"> + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3