X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fbookmarks_coordinatorlayout.xml;h=a31ec0e1d6f35c119292f9463325e8c7ffe738d1;hb=6ccecb3374c1988aef2650a87dac20923ce3aa2f;hp=ee1e2ebc0ae79d927e0e6312e8247d697985928b;hpb=792956e409a0a191f0e1a2da9bdc9c46941215ca;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/res/layout/bookmarks_coordinatorlayout.xml b/app/src/main/res/layout/bookmarks_coordinatorlayout.xml index ee1e2ebc..a31ec0e1 100644 --- a/app/src/main/res/layout/bookmarks_coordinatorlayout.xml +++ b/app/src/main/res/layout/bookmarks_coordinatorlayout.xml @@ -18,8 +18,7 @@ You should have received a copy of the GNU General Public License along with Privacy Browser. If not, see . --> - + + 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