X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fbookmarks_coordinatorlayout.xml;h=20a88a0ea5558164c1be3e967ae0b6b8fd5d1315;hp=a31ec0e1d6f35c119292f9463325e8c7ffe738d1;hb=9cb208c1f5c7a905f787f4ec4795a92e72195fba;hpb=4ecb96eb93da652b3264b1931e344222c2d5d833 diff --git a/app/src/main/res/layout/bookmarks_coordinatorlayout.xml b/app/src/main/res/layout/bookmarks_coordinatorlayout.xml index a31ec0e1..20a88a0e 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/ThemeOverlay.AppCompat.DayNight.ActionBar" > - - - + 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