From 4e8fb91cf19b7d621de8cbed2bde2c8dac734121 Mon Sep 17 00:00:00 2001 From: Hyunyoung Song Date: Sat, 11 Apr 2015 15:44:32 -0700 Subject: WidgetTray improvement UI - Fixing the issue of widget row not rendering - Moved the resetting of previous bitmap to the start of onBind instead of the onDetachedWindow. Performance - WidgetModel do not have to keep packageName list around. Will com in immediate follow up CLs - use lowRes widgets bitmap before fully loading the fullRes one. - application icons are fully loaded in background thread. b/19897708 Change-Id: I5b3b43a5c543a5135c395f90df32e66d57dc86e0 --- res/layout/widget_cell.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'res/layout') diff --git a/res/layout/widget_cell.xml b/res/layout/widget_cell.xml index 9e91f677e..a5b25aadb 100644 --- a/res/layout/widget_cell.xml +++ b/res/layout/widget_cell.xml @@ -57,7 +57,6 @@ android:id="@+id/widget_dims" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_gravity="center" android:layout_marginStart="5dp" android:layout_marginLeft="5dp" android:layout_weight="0" -- cgit v1.2.3