commit | 81efbad05e0ce69b06d7323749ef2e200b84b98e | [log] [tgz] |
---|---|---|
author | Michael Jurka <mikejurka@google.com> | Thu Nov 03 13:50:45 2011 -0700 |
committer | Michael Jurka <mikejurka@google.com> | Thu Nov 10 11:22:48 2011 -0800 |
tree | 2d4c63158f471aef130700bc18fb6099f03b66ac | |
parent | ba1a7be15cb84ad82b9d7c625d0afd00d79a84b0 [diff] [blame] |
Reduce unnecessary layout passes - Also delete unused code
diff --git a/res/layout/apps_customize_widget.xml b/res/layout/apps_customize_widget.xml index 704401a..90883c5 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"