Adding new assets.

Change-Id: I20c8ceae997290781923caf195f6f87e283b1b7f
This commit is contained in:
Winson Chung
2011-06-30 18:09:30 -07:00
parent 3ac74c55cf
commit 967289b6d5
58 changed files with 52 additions and 39 deletions
@@ -204,7 +204,7 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
// Save the default widget preview background
Resources resources = context.getResources();
mDefaultWidgetBackground = resources.getDrawable(R.drawable.default_widget_preview);
mDefaultWidgetBackground = resources.getDrawable(R.drawable.default_widget_preview_holo);
mAppIconSize = getResources().getDimensionPixelSize(R.dimen.app_icon_size);
TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.PagedView, 0, 0);