2012年8月22日

Gallery 3D+倒影 滑动切换图片示例

摘要: Gallery 3D+倒影 滑动切换图片示例效果图如下:贴上代码:1.扩展Gallery:public class GalleryFlow extends Gallery { private Camera mCamera = new Camera();//相机类 private int mMaxRotationAngle = 60;//最大转动角度 private int mMaxZoom = -300;////最大缩放值 private int mCoveflowCenter;//半径值 public GalleryFlow(Context context) { super(context) 阅读全文

posted @ 2012-08-22 14:49 明明的天天 阅读(2758) 评论(6) 推荐(1)

导航