From 6968a659929b088d10e574e298ebe95b56f066a4 Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Sat, 15 Feb 2025 12:11:07 +0100 Subject: [PATCH] fix: use drawer layout in push This fixes https://github.com/gotify/android/pull/387#discussion_r1864875878 --- app/src/main/res/layout/activity_share.xml | 265 +++++++++++---------- 1 file changed, 140 insertions(+), 125 deletions(-) diff --git a/app/src/main/res/layout/activity_share.xml b/app/src/main/res/layout/activity_share.xml index 4779e41..89058e2 100644 --- a/app/src/main/res/layout/activity_share.xml +++ b/app/src/main/res/layout/activity_share.xml @@ -1,137 +1,152 @@ - + android:fitsSystemWindows="true" + tools:openDrawer="start"> - + android:layout_height="match_parent"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + \ No newline at end of file