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=3d2e8148cf4e8bf01b8e41a713f8f0eb9a7b827a;hb=d277b46fdd35b734dcace8c20ee9db431d2aa1da;hpb=74655c0cd0ba72c80ac6c48df55bc3d2f5280ad2 diff --git a/app/src/main/res/layout-w900dp/bookmarks_drawer.xml b/app/src/main/res/layout-w900dp/bookmarks_drawer.xml index 3d2e8148..e49aaf9c 100644 --- a/app/src/main/res/layout-w900dp/bookmarks_drawer.xml +++ b/app/src/main/res/layout-w900dp/bookmarks_drawer.xml @@ -20,8 +20,10 @@ @@ -32,14 +34,34 @@ android:orientation="vertical" android:background="?android:attr/colorBackground" > - + + android:orientation="horizontal" + tools:ignore="UseCompoundDrawables" > + + + + + + android:src="@drawable/bookmarks" + android:tint="?attr/fabIconTintColor" /> + android:src="@drawable/create_folder" + android:tint="?attr/fabIconTintColor" /> + android:src="@drawable/create_bookmark" + android:tint="?attr/fabIconTintColor" /> \ No newline at end of file