X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fbookmarks_drawer.xml;h=62955c55308f9d6ec7a9c1517dae15cf8a665d9b;hb=4196bafc4069857b554ac95addcae92fcabae901;hp=6b574781a9969c8dbe29aebfe95399f63615f765;hpb=33bd447a83bd3d763ee26bbb3a3f4adb074776ed;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/res/layout/bookmarks_drawer.xml b/app/src/main/res/layout/bookmarks_drawer.xml index 6b574781..62955c55 100644 --- a/app/src/main/res/layout/bookmarks_drawer.xml +++ b/app/src/main/res/layout/bookmarks_drawer.xml @@ -1,7 +1,7 @@ + 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: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