commit | 5278e85c4c207c937949cfb2cef99077475c8ce9 | [log] [tgz] |
---|---|---|
author | Hyunyoung Song <hyunyoungs@google.com> | Tue Nov 10 10:39:54 2020 -0800 |
committer | Hyunyoung Song <hyunyoungs@google.com> | Tue Nov 10 10:39:54 2020 -0800 |
tree | 33e3e32493b5aee3a1048fd2aadcea8481b84147 | |
parent | 06849da424157d92b2fbace53528518eae6c0b34 [diff] |
People row text size fix Change-Id: I912f8d41bf49215988f37a2405086bf4d737af99
diff --git a/res/layout/search_result_people_item.xml b/res/layout/search_result_people_item.xml index a603941..7526f6f 100644 --- a/res/layout/search_result_people_item.xml +++ b/res/layout/search_result_people_item.xml
@@ -29,6 +29,7 @@ android:layout_width="0dp" android:textColor="?android:attr/textColorPrimary" android:id="@+id/title" + android:textSize="@dimen/search_hero_title_size" android:layout_height="wrap_content" android:layout_weight="1" />