X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fbookmarks_coordinatorlayout.xml;h=3afb8acb449fd9fe8666e1b6160a26d35735f77b;hp=8b8116b83e8aad36486d8d1cbb078a1f5948bf41;hb=fd2c21ea8241dce9c86a3213b9b9e325d5e7ce4a;hpb=d7e03ec491da516276c5f626baed4103946e1492 diff --git a/app/src/main/res/layout/bookmarks_coordinatorlayout.xml b/app/src/main/res/layout/bookmarks_coordinatorlayout.xml index 8b8116b8..3afb8acb 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:background="?attr/colorPrimaryDark" + android:theme="?attr/appBarTextTheme" + app:popupTheme="?attr/popupsTheme" /> + + `android:dividerHeight` must be at least `1dp` or the `ListView` is inconsistent in calculating how many bookmarks are displayed. --> + android:divider="@color/transparent" + android:dividerHeight="1dp" /> - + + - \ No newline at end of file + android:src="?attr/addBookmarkIcon" /> + \ No newline at end of file