summaryrefslogtreecommitdiffstats
path: root/res/layout/apps_customize_widget.xml
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2011-11-03 13:50:45 -0700
committerMichael Jurka <mikejurka@google.com>2011-11-10 11:22:48 -0800
commit81efbad05e0ce69b06d7323749ef2e200b84b98e (patch)
tree2d4c63158f471aef130700bc18fb6099f03b66ac /res/layout/apps_customize_widget.xml
parentba1a7be15cb84ad82b9d7c625d0afd00d79a84b0 (diff)
downloadandroid_packages_apps_Trebuchet-81efbad05e0ce69b06d7323749ef2e200b84b98e.tar.gz
android_packages_apps_Trebuchet-81efbad05e0ce69b06d7323749ef2e200b84b98e.tar.bz2
android_packages_apps_Trebuchet-81efbad05e0ce69b06d7323749ef2e200b84b98e.zip
Reduce unnecessary layout passes
- Also delete unused code
Diffstat (limited to 'res/layout/apps_customize_widget.xml')
-rw-r--r--res/layout/apps_customize_widget.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/apps_customize_widget.xml b/res/layout/apps_customize_widget.xml
index 704401a83..90883c51c 100644
--- a/res/layout/apps_customize_widget.xml
+++ b/res/layout/apps_customize_widget.xml
@@ -63,7 +63,7 @@
</LinearLayout>
<!-- The icon of the widget. -->
- <ImageView
+ <com.android.launcher2.PagedViewWidgetImageView
android:id="@+id/widget_preview"
android:layout_width="match_parent"
android:layout_height="wrap_content"