From b5334e3f07f0561808a2d6e9bba55f1e3a89191e Mon Sep 17 00:00:00 2001 From: Hyunyoung Song Date: Fri, 9 Oct 2020 00:50:48 -0700 Subject: [PATCH] Improve search section header Change-Id: I47cf207f0d0ab792c0e7a47c9d1185eec087ec88 --- res/layout/search_section_title.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/res/layout/search_section_title.xml b/res/layout/search_section_title.xml index c541631cd1..b7ba83e71b 100644 --- a/res/layout/search_section_title.xml +++ b/res/layout/search_section_title.xml @@ -17,8 +17,9 @@ android:id="@+id/section_title" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:fontFamily="@style/TextHeadline" - android:textStyle="bold" - android:padding="4dp" + style="@style/TextHeadline" + android:paddingStart="4dp" + android:paddingBottom="2dp" + android:paddingTop="12dp" android:textColor="?android:attr/textColorPrimary" - android:textSize="14sp" /> \ No newline at end of file + android:textSize="18sp" /> \ No newline at end of file