diff --git a/android/res/layout/fragment_bookmark_list.xml b/android/res/layout/fragment_bookmark_list.xml
index 0d3300cfa0..a795b49ea1 100644
--- a/android/res/layout/fragment_bookmark_list.xml
+++ b/android/res/layout/fragment_bookmark_list.xml
@@ -1,7 +1,7 @@
@@ -10,10 +10,11 @@
android:layout_height="match_parent">
+ android:layout_height="match_parent"
+ android:focusableInTouchMode="true">
-
\ No newline at end of file
+
diff --git a/android/res/layout/fragment_guide_info.xml b/android/res/layout/guide_info_layout.xml
similarity index 52%
rename from android/res/layout/fragment_guide_info.xml
rename to android/res/layout/guide_info_layout.xml
index 00e4fe94f4..515a94cf9c 100644
--- a/android/res/layout/fragment_guide_info.xml
+++ b/android/res/layout/guide_info_layout.xml
@@ -1,12 +1,13 @@
-
-
-
+
-
\ No newline at end of file
+ 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 4b0c1cfaf4..c002fe7886 100644
--- a/android/res/layout/item_bookmark_group_list_header.xml
+++ b/android/res/layout/item_bookmark_group_list_header.xml
@@ -15,7 +15,7 @@
tools:text="@string/categories"
android:gravity="center_vertical"
android:layout_alignParentStart="true"
- android:textAppearance="@style/TextAppearance.MdcTypographyStyles.Headline6"/>
+ android:textAppearance="?fontHeadline6"/>
diff --git a/android/res/layout/item_guide_info.xml b/android/res/layout/item_guide_info.xml
index 1d1ee21317..ee62677cec 100644
--- a/android/res/layout/item_guide_info.xml
+++ b/android/res/layout/item_guide_info.xml
@@ -6,35 +6,35 @@
android:layout_height="wrap_content"
android:orientation="vertical">
+ android:layout_height="@dimen/guide_description_content_by_height"
+ android:orientation="horizontal"
+ android:paddingStart="@dimen/margin_base"
+ android:paddingEnd="@dimen/margin_base">
-
\ No newline at end of file
+
diff --git a/android/res/values/dimens.xml b/android/res/values/dimens.xml
index 6001588c3a..5eeb6815ee 100644
--- a/android/res/values/dimens.xml
+++ b/android/res/values/dimens.xml
@@ -269,10 +269,10 @@
0dp
98dp
44dp
- 180dp
- 108dp
- 60dp
- 100dp
+ 180dp
+ 108dp
+ 60dp
+ 68dp
508dp
diff --git a/android/src/com/mapswithme/maps/bookmarks/BookmarksListFragment.java b/android/src/com/mapswithme/maps/bookmarks/BookmarksListFragment.java
index a200568831..5a55fbd17c 100644
--- a/android/src/com/mapswithme/maps/bookmarks/BookmarksListFragment.java
+++ b/android/src/com/mapswithme/maps/bookmarks/BookmarksListFragment.java
@@ -150,8 +150,8 @@ public class BookmarksListFragment extends BaseMwmRecyclerFragment