X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout-w900dp%2Fbookmarks_drawer.xml;h=e49aaf9cca0d3548fb594bf7c49a1e2ad15d2b72;hp=e5e9d919f4d63c8b0f2242db9e643a489220e279;hb=d277b46fdd35b734dcace8c20ee9db431d2aa1da;hpb=3c19cff9af88a91b63363b0d7278ac3cfbd9f85a diff --git a/app/src/main/res/layout-w900dp/bookmarks_drawer.xml b/app/src/main/res/layout-w900dp/bookmarks_drawer.xml index e5e9d919..e49aaf9c 100644 --- a/app/src/main/res/layout-w900dp/bookmarks_drawer.xml +++ b/app/src/main/res/layout-w900dp/bookmarks_drawer.xml @@ -1,48 +1,67 @@ + You should have received a copy of the GNU General Public License + along with Privacy Browser. If not, see . --> + android:layout_width="match_parent" + android:orientation="vertical" + android:background="?android:attr/colorBackground" > - + + android:orientation="horizontal" + tools:ignore="UseCompoundDrawables" > + + + + + . --> android:dividerHeight="0dp" /> - + android:layout_marginBottom="155dp" + android:src="@drawable/bookmarks" + android:tint="?attr/fabIconTintColor" /> - + android:layout_marginBottom="85dp" + android:src="@drawable/create_folder" + android:tint="?attr/fabIconTintColor" /> - + android:layout_margin="16dp" + android:src="@drawable/create_bookmark" + android:tint="?attr/fabIconTintColor" /> \ No newline at end of file