From b5109c954b55a9bdb0592c1114b47e75f9aa8450 Mon Sep 17 00:00:00 2001 From: Soren Stoutner Date: Thu, 26 Feb 2026 14:56:33 -0700 Subject: [PATCH] Fix bookmarks database view status bar with bottom app bar. https://redmine.stoutner.com/issues/1286 --- .../bookmarks_databaseview_bottom_appbar.xml | 29 ++++++++++--------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/app/src/main/res/layout/bookmarks_databaseview_bottom_appbar.xml b/app/src/main/res/layout/bookmarks_databaseview_bottom_appbar.xml index 11330e98..e3c448f2 100644 --- a/app/src/main/res/layout/bookmarks_databaseview_bottom_appbar.xml +++ b/app/src/main/res/layout/bookmarks_databaseview_bottom_appbar.xml @@ -1,29 +1,32 @@ + You should have received a copy of the GNU General Public License along with + this program. If not, see . --> + + android:layout_width="match_parent" + android:fitsSystemWindows="true" > -- 2.51.0