X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fbookmarks_coordinatorlayout.xml;h=555e1853fb5571caceb09c119b8244dba705c6ba;hp=e97449120e8bf7a6aaf4729c700a0f7fab668256;hb=ebee0eb99362877b173fccde3b2b26006df59ad9;hpb=012e5595c82d6e8d0b8a46f1ef18a02a56341182 diff --git a/app/src/main/res/layout/bookmarks_coordinatorlayout.xml b/app/src/main/res/layout/bookmarks_coordinatorlayout.xml index e9744912..555e1853 100644 --- a/app/src/main/res/layout/bookmarks_coordinatorlayout.xml +++ b/app/src/main/res/layout/bookmarks_coordinatorlayout.xml @@ -1,7 +1,7 @@ - - + android:layout_width="match_parent" > - + - + + android:layout_width="match_parent" + android:background="?android:attr/colorBackground" + android:theme="@style/PrivacyBrowserAppBar" > - - + android:layout_width="match_parent" /> + + `android:dividerHeight` must be at least `1dp` or the list view is inconsistent in calculating how many bookmarks are displayed. --> - + android:src="@drawable/create_folder" + android:tint="?attr/fabIconTintColor" /> - - \ No newline at end of file + android:src="@drawable/create_bookmark" + android:tint="?attr/fabIconTintColor" /> + \ No newline at end of file