From e45a11bb75d81ed4c395e4a1a9a80226a85b8742 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Sat, 3 Aug 2019 19:09:26 +0200 Subject: rewrite Navigation drawer - improves layout on small screens, fixes switch entry UI bug --- app/src/main/res/layout/f_drawer_main.xml | 142 ++++++++++++++++++++---------- 1 file changed, 94 insertions(+), 48 deletions(-) (limited to 'app/src/main/res/layout/f_drawer_main.xml') diff --git a/app/src/main/res/layout/f_drawer_main.xml b/app/src/main/res/layout/f_drawer_main.xml index b04d7b87..e4862ca8 100644 --- a/app/src/main/res/layout/f_drawer_main.xml +++ b/app/src/main/res/layout/f_drawer_main.xml @@ -1,70 +1,116 @@ - + android:focusable="true" + android:fillViewport="true" + > - - - - - - + android:layout_height="wrap_content" + android:orientation="vertical" + > - + + + + + + + - - + + - - + app:text="@string/nav_drawer_obfuscated_connection" + app:icon="@drawable/ic_bridge_36" + android:visibility="gone" + /> + + + + + + + + + - + - \ No newline at end of file + -- cgit v1.2.3