diff --git a/android/res/layout/fragment_bookmark_list.xml b/android/res/layout/fragment_bookmark_list.xml
index 9fdfe1ddfc..5e3b6acc3d 100644
--- a/android/res/layout/fragment_bookmark_list.xml
+++ b/android/res/layout/fragment_bookmark_list.xml
@@ -8,21 +8,23 @@
-
+ layout="@layout/item_guide_info" />
+
-
+ android:layout_height="wrap_content" />
+
-
-
-
-
diff --git a/android/res/layout/item_bookmark_group_list_header.xml b/android/res/layout/item_bookmark_group_list_header.xml
index 08d76faeff..1713901b01 100644
--- a/android/res/layout/item_bookmark_group_list_header.xml
+++ b/android/res/layout/item_bookmark_group_list_header.xml
@@ -15,6 +15,7 @@
android:layout_height="match_parent"
android:layout_alignParentStart="true"
android:gravity="center_vertical"
+ android:fontFamily="@string/robotoMedium"
android:textAppearance="?fontHeadline6"
tools:text="@string/categories" />