Add new rezzing-in effect of Carousel to Recents.
Change-Id: Ibfbc53af8bce3e43903bac1b3937731f2c903323
This commit is contained in:
@@ -366,6 +366,7 @@ public class RecentApplicationsActivity extends Activity {
|
||||
mCarouselView.setStartAngle((float) -(2.0f*Math.PI * 5 / CARD_SLOTS));
|
||||
mCarouselView.setDefaultBitmap(mLoadingBitmap);
|
||||
mCarouselView.setLoadingBitmap(mLoadingBitmap);
|
||||
mCarouselView.setRezInCardCount(3.0f);
|
||||
mCarouselView.getHolder().setFormat(PixelFormat.TRANSLUCENT);
|
||||
|
||||
mNoRecentsView = (View) findViewById(R.id.no_applications_message);
|
||||
|
||||
Reference in New Issue
Block a user