Updating assets.

Change-Id: Ieab9698bbbe94a3087c9f405c4318f5575e2a842
This commit is contained in:
Winson Chung
2011-09-13 18:06:43 -07:00
parent 5fae56111e
commit dea74b7d12
95 changed files with 14 additions and 17 deletions
+4 -4
View File
@@ -182,13 +182,13 @@ public class CellLayout extends ViewGroup {
final Resources res = getResources();
mNormalBackground = res.getDrawable(R.drawable.homescreen_blue_normal_holo);
mActiveBackground = res.getDrawable(R.drawable.homescreen_green_normal_holo);
mActiveGlowBackground = res.getDrawable(R.drawable.homescreen_green_strong_holo);
mActiveBackground = res.getDrawable(R.drawable.homescreen_blue_strong_holo);
mActiveGlowBackground = res.getDrawable(R.drawable.homescreen_blue_strong_holo);
mNormalBackgroundMini = res.getDrawable(R.drawable.homescreen_small_blue);
mNormalGlowBackgroundMini = res.getDrawable(R.drawable.homescreen_small_blue_strong);
mActiveBackgroundMini = res.getDrawable(R.drawable.homescreen_small_green);
mActiveGlowBackgroundMini = res.getDrawable(R.drawable.homescreen_small_green_strong);
mActiveBackgroundMini = res.getDrawable(R.drawable.homescreen_small_blue_strong);
mActiveGlowBackgroundMini = res.getDrawable(R.drawable.homescreen_small_blue_strong);
mOverScrollLeft = res.getDrawable(R.drawable.overscroll_glow_left);
mOverScrollRight = res.getDrawable(R.drawable.overscroll_glow_right);
mForegroundPadding =