From 3c19cff9af88a91b63363b0d7278ac3cfbd9f85a Mon Sep 17 00:00:00 2001 From: Soren Stoutner Date: Mon, 23 Oct 2017 14:10:32 -0700 Subject: [PATCH] Set the bookmarks drawer to not use the full screen on tablets. --- .../res/layout-w900dp/bookmarks_drawer.xml | 78 +++++++++++++++++++ app/src/main/res/layout/bookmarks_drawer.xml | 77 ++++++++++++++++++ app/src/main/res/layout/main_drawerlayout.xml | 61 +-------------- 3 files changed, 159 insertions(+), 57 deletions(-) create mode 100644 app/src/main/res/layout-w900dp/bookmarks_drawer.xml create mode 100644 app/src/main/res/layout/bookmarks_drawer.xml diff --git a/app/src/main/res/layout-w900dp/bookmarks_drawer.xml b/app/src/main/res/layout-w900dp/bookmarks_drawer.xml new file mode 100644 index 00000000..e5e9d919 --- /dev/null +++ b/app/src/main/res/layout-w900dp/bookmarks_drawer.xml @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/bookmarks_drawer.xml b/app/src/main/res/layout/bookmarks_drawer.xml new file mode 100644 index 00000000..165d0766 --- /dev/null +++ b/app/src/main/res/layout/bookmarks_drawer.xml @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/main_drawerlayout.xml b/app/src/main/res/layout/main_drawerlayout.xml index 2d409d81..6f1a839a 100644 --- a/app/src/main/res/layout/main_drawerlayout.xml +++ b/app/src/main/res/layout/main_drawerlayout.xml @@ -76,10 +76,12 @@ android:visibility="gone" tools:ignore="UnusedAttribute" /> + + @@ -102,61 +104,6 @@ app:menu="@menu/webview_navigation_menu" app:itemIconTint="?attr/navigationIconTintColor" /> - - - - - - - - - - - - - - - - + + \ No newline at end of file -- 2.43.0