From 9e83c205e8560e4625dc5935d9bbf3ab74864762 Mon Sep 17 00:00:00 2001 From: Konrad Pozniak Date: Sun, 24 Nov 2024 19:23:44 +0100 Subject: [PATCH] set the correct height to the main bottom app bar (#4763) Before there was a weird gap when the bar was set to bottom & and the title bar was hidden. ![Screenshot_20241115_140918](https://github.com/user-attachments/assets/23a7b71f-dff8-4f40-ad7f-9cce5c23755f) --- app/src/main/res/layout/activity_main.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index cd5415927..f12bfc647 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -63,7 +63,7 @@