X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout-w900dp%2Fbookmarks_drawer.xml;h=03c30f36292b5a0762d657668d3b7dc63dbad343;hp=e5e9d919f4d63c8b0f2242db9e643a489220e279;hb=af8631a31e1eeec0cb3e102f33c27008b93e6c80;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..03c30f36 100644 --- a/app/src/main/res/layout-w900dp/bookmarks_drawer.xml +++ b/app/src/main/res/layout-w900dp/bookmarks_drawer.xml @@ -1,48 +1,68 @@ + 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_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