X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fbookmarks_drawer.xml;h=4ebce6dd6094f23dcf0c5cb9c71ed79ed7536cdb;hb=39fd3a6664fe15f9e050e6bb8c0ca0e125fd2f0f;hp=87b9d0daca6a80462782a96fcda4ac1998d93cbd;hpb=27e33047e14466c84212bca02a14a7fc4ff15af8;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/res/layout/bookmarks_drawer.xml b/app/src/main/res/layout/bookmarks_drawer.xml index 87b9d0da..4ebce6dd 100644 --- a/app/src/main/res/layout/bookmarks_drawer.xml +++ b/app/src/main/res/layout/bookmarks_drawer.xml @@ -19,11 +19,13 @@ along with Privacy Browser. If not, see . --> + android:layout_gravity="end"> - + + android:orientation="horizontal" + tools:ignore="UseCompoundDrawables" > + + + + + + android:src="@drawable/bookmarks_day" + android:tint="?attr/fabIconTintColor" + android:contentDescription="@string/bookmarks" /> + android:tint="?attr/fabIconTintColor" + android:contentDescription="@string/create_folder" /> + android:tint="?attr/fabIconTintColor" + android:contentDescription="@string/create_bookmark" /> \ No newline at end of file