From 17d2e1e0ce123e572b571fb68ce8ae326b592150 Mon Sep 17 00:00:00 2001 From: velichkomarija Date: Fri, 25 Sep 2020 21:29:29 +0300 Subject: [PATCH] [android] Fixed layouts for guide page. --- android/res/layout/fragment_bookmark_list.xml | 16 +++++++++------- android/res/layout/guide_info_layout.xml | 13 ------------- .../layout/item_bookmark_group_list_header.xml | 1 + 3 files changed, 10 insertions(+), 20 deletions(-) delete mode 100644 android/res/layout/guide_info_layout.xml 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" />