From 0e08f166fafd5e2a0d32e27ea510516e3f762221 Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Tue, 12 May 2015 11:32:39 -0700 Subject: Using BubbleTextView for widget section headers > Loading highres icons on the worker thread. Change-Id: I5b68a86820aa4c132c156339e497354cf57f0fca --- res/layout/widgets_list_row_view.xml | 50 ++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 28 deletions(-) (limited to 'res/layout/widgets_list_row_view.xml') diff --git a/res/layout/widgets_list_row_view.xml b/res/layout/widgets_list_row_view.xml index ea95d2407..8bc8be44a 100644 --- a/res/layout/widgets_list_row_view.xml +++ b/res/layout/widgets_list_row_view.xml @@ -15,6 +15,7 @@ --> - - - - + android:gravity="start|center_vertical" + android:importantForAccessibility="no" + android:paddingBottom="@dimen/widget_section_vertical_padding" + android:paddingLeft="@dimen/widget_section_horizontal_padding" + android:paddingRight="@dimen/widget_section_horizontal_padding" + android:paddingTop="@dimen/widget_section_vertical_padding" + android:singleLine="true" + android:textColor="@color/widgets_view_section_text_color" + android:textSize="20sp" + launcher:customShadows="false" + launcher:deferShadowGeneration="true" + launcher:iconDisplay="widget_section" + launcher:iconSizeOverride="@dimen/widget_section_icon_size" + launcher:layoutHorizontal="true" />