X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fbookmarks_coordinatorlayout.xml;h=e97449120e8bf7a6aaf4729c700a0f7fab668256;hb=69b0fea4c49422f5e3c377994c4cf249bdc5a434;hp=c055ea9984aafa47013a30f84e42b3d61a2ba1b9;hpb=b36f8bd357e28072bd7c810bb3ae47e4e0b20acc;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/res/layout/bookmarks_coordinatorlayout.xml b/app/src/main/res/layout/bookmarks_coordinatorlayout.xml index c055ea99..e9744912 100644 --- a/app/src/main/res/layout/bookmarks_coordinatorlayout.xml +++ b/app/src/main/res/layout/bookmarks_coordinatorlayout.xml @@ -1,7 +1,7 @@ + When it is specified the theme should include `true` to make the status bar a transparent, darkened overlay. --> + 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" /> + + + android:src="?attr/addBookmarkIcon" /> \ No newline at end of file