From f17a1c9ad99d46a65de797422fd439382114b348 Mon Sep 17 00:00:00 2001 From: Hyunyoung Song Date: Mon, 27 Apr 2015 17:01:32 -0700 Subject: Widget tray alignment according to UX spec - Fixing an issue where widget preview is not loaded do to faulty canceling of loading async task when view is detached from the window. b/20338334 Change-Id: I1e3bd6b6cdafda8d1e0a7a0e87c8089100c341a7 --- res/layout/widgets_list_row_view.xml | 33 ++++++++++++--------------------- 1 file changed, 12 insertions(+), 21 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 f94d02330..12f6401e4 100644 --- a/res/layout/widgets_list_row_view.xml +++ b/res/layout/widgets_list_row_view.xml @@ -20,7 +20,6 @@ android:layout_height="wrap_content" android:orientation="vertical" android:focusable="true" - android:background="@drawable/focusable_view_bg" android:descendantFocusability="afterDescendants"> @@ -29,24 +28,23 @@ android:layout_height="wrap_content" android:orientation="horizontal" android:focusable="true" - android:background="@drawable/focusable_view_bg" android:descendantFocusability="afterDescendants"> - - - + android:orientation="horizontal" + android:background="@color/widget_text_panel"/> -- cgit v1.2.3