From: Soren Stoutner Date: Mon, 23 Oct 2017 21:10:32 +0000 (-0700) Subject: Set the bookmarks drawer to not use the full screen on tablets. X-Git-Tag: v2.7~6 X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff_plain;h=3c19cff9af88a91b63363b0d7278ac3cfbd9f85a Set the bookmarks drawer to not use the full screen on tablets. --- 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