X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fbookmarks_coordinatorlayout.xml;h=4cdcb285be67edd864caaf25c2b5804944a8e2b2;hb=ac6db897f8e99a28a7e2d916238fbdf7a021ac55;hp=4ebdaaa5a729ce834d83c51026052bf37b5afffb;hpb=c4ad9f457f41cbc86391e0099629cd94a235258a;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/res/layout/bookmarks_coordinatorlayout.xml b/app/src/main/res/layout/bookmarks_coordinatorlayout.xml index 4ebdaaa5..4cdcb285 100644 --- a/app/src/main/res/layout/bookmarks_coordinatorlayout.xml +++ b/app/src/main/res/layout/bookmarks_coordinatorlayout.xml @@ -46,14 +46,13 @@ android:id="@+id/bookmarks_toolbar" android:layout_height="wrap_content" android:layout_width="match_parent" - android:background="@color/blue" + android:background="@color/blue_700" android:theme="@style/DarkAppBar" app:popupTheme="@style/LightPopupOverlay" /> + `android:dividerHeight` must be specified with `android:divider` or the height will be `0dp`. In our case we want the height to be `0dp`. -->