android Gallery3D效果图.docxVIP

  • 0
  • 0
  • 约8.21千字
  • 约 12页
  • 2017-08-27 发布于河南
  • 举报
android Gallery3D效果图

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);? ?? ???//支持转换 ,执行getChildStaticTransformation方法? ?? ???this.setStaticTransformationsEnabled(true);? ? }? ? public GalleryFlow(Context context, AttributeSet attrs) {? ?? ???super(context, attrs);? ?? ???this.setStaticTransformationsEnabled(true);? ? }? ? public GalleryFlow(Context context, AttributeSet attrs, int defStyl

文档评论(0)

1亿VIP精品文档

相关文档