From 06eb4014837704e04d6ea8e9d7a69475a58c3c65 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Fri, 23 Feb 2018 02:22:25 +0100 Subject: #8754 enable pause openvpn on device inactivity feature --- app/src/main/res/layout/switch_list_item.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 app/src/main/res/layout/switch_list_item.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/switch_list_item.xml b/app/src/main/res/layout/switch_list_item.xml new file mode 100644 index 00000000..bdb9a74c --- /dev/null +++ b/app/src/main/res/layout/switch_list_item.xml @@ -0,0 +1,15 @@ + \ No newline at end of file -- cgit v1.2.3 From 3f37c6891621d913d034409cad69cd9f8feb6675 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Fri, 23 Feb 2018 03:53:08 +0100 Subject: #8754 don't let both navigation drawer lists eat each other on small displays --- app/src/main/res/layout/drawer_main.xml | 48 ++++++++++++++++++++++----------- 1 file changed, 33 insertions(+), 15 deletions(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/drawer_main.xml b/app/src/main/res/layout/drawer_main.xml index 26267bbb..54614f3f 100644 --- a/app/src/main/res/layout/drawer_main.xml +++ b/app/src/main/res/layout/drawer_main.xml @@ -1,13 +1,13 @@ + xmlns:tools="http://schemas.android.com/tools" + xmlns:app="http://schemas.android.com/apk/res-auto" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:orientation="vertical" + android:background="@color/colorBackground" + tools:context="se.leap.bitmaskclient.drawer.NavigationDrawerFragment" + android:clickable="true" + android:focusable="true"> - + android:layout_height="wrap_content" + android:isScrollContainer="false" + /> - + + + android:layout_alignTop="@id/divider" + android:layout_alignParentBottom="true" + > + + + + -- cgit v1.2.3