summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2015-04-11 15:44:32 -0700
committerHyunyoung Song <hyunyoungs@google.com>2015-04-13 15:58:30 -0700
commit4e8fb91cf19b7d621de8cbed2bde2c8dac734121 (patch)
treee8f92dfd39abde81fd2d0f017a533fa8b950a9bf /res
parentd9760ee2de0a245fe0a0c11891723ef3f1513de9 (diff)
downloadandroid_packages_apps_Trebuchet-4e8fb91cf19b7d621de8cbed2bde2c8dac734121.tar.gz
android_packages_apps_Trebuchet-4e8fb91cf19b7d621de8cbed2bde2c8dac734121.tar.bz2
android_packages_apps_Trebuchet-4e8fb91cf19b7d621de8cbed2bde2c8dac734121.zip
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
Diffstat (limited to 'res')
-rw-r--r--res/layout/widget_cell.xml1
1 files changed, 0 insertions, 1 deletions
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"