From b722e029bc828dd19bf6d6eb920cace41373512e Mon Sep 17 00:00:00 2001 From: alexzatsepin Date: Mon, 7 Sep 2020 19:06:25 +0300 Subject: [PATCH] [android] Fixed font styles in guests/rooms picker --- android/res/layout/guests_and_rooms_menu_bottom_sheet.xml | 2 +- android/res/layout/interactive_counter.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/res/layout/guests_and_rooms_menu_bottom_sheet.xml b/android/res/layout/guests_and_rooms_menu_bottom_sheet.xml index 6a1169f71f..dcdeef0950 100644 --- a/android/res/layout/guests_and_rooms_menu_bottom_sheet.xml +++ b/android/res/layout/guests_and_rooms_menu_bottom_sheet.xml @@ -28,7 +28,7 @@ android:paddingEnd="@dimen/margin_base" android:paddingBottom="@dimen/margin_half_plus" android:text="@string/guests_picker_rooms_title" - android:textAppearance="?fontSubtitle2" /> + android:textAppearance="?fontBody2" />