Minor UI tweaks.

This commit is contained in:
Docile-Alligator
2022-12-10 19:51:43 +11:00
parent 56ac5ad6d6
commit 0bcacafec3
4 changed files with 7 additions and 11 deletions

View File

@@ -88,7 +88,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:backgroundTint="#80000000"
android:backgroundTint="#00000000"
app:elevation="0dp"
android:visibility="gone"
style="@style/Widget.MaterialComponents.BottomAppBar">

View File

@@ -47,7 +47,8 @@
android:layout_gravity="bottom"
android:minHeight="0dp"
app:paddingBottomSystemWindowInsets="false"
android:backgroundTint="#80000000">
android:backgroundTint="#80000000"
app:elevation="0dp">
<LinearLayout
android:layout_width="match_parent"