Improve search section header

Change-Id: I47cf207f0d0ab792c0e7a47c9d1185eec087ec88
This commit is contained in:
Hyunyoung Song 2020-10-09 00:50:48 -07:00
parent 692d2109a6
commit b5334e3f07
1 changed files with 5 additions and 4 deletions

View File

@ -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" />
android:textSize="18sp" />