X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fbookmarks_drawer.xml;h=46eb252b0eed06e9113793cc5a6fe2bdc2be2d62;hp=c36bd3c13bd5e10734e584a24477338a23614238;hb=e69b54578d1566e5fc7ea813a0834f1213a2f4f1;hpb=96b6cf681cf89d18b4e950a43dfdaaad2cc67f85 diff --git a/app/src/main/res/layout/bookmarks_drawer.xml b/app/src/main/res/layout/bookmarks_drawer.xml index c36bd3c1..46eb252b 100644 --- a/app/src/main/res/layout/bookmarks_drawer.xml +++ b/app/src/main/res/layout/bookmarks_drawer.xml @@ -1,43 +1,66 @@ + 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:layout_gravity="end"> + 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_day" + android:tint="?attr/fabIconTintColor" + android:contentDescription="@string/bookmarks" /> - + android:layout_marginBottom="85dp" + android:src="@drawable/create_folder" + android:tint="?attr/fabIconTintColor" + android:contentDescription="@string/create_folder" /> - + android:layout_margin="16dp" + android:src="@drawable/create_bookmark" + android:tint="?attr/fabIconTintColor" + android:contentDescription="@string/create_bookmark" /> \ No newline at end of file