Android的拖拉功能-彩球示例

public class ColorBall { private Bitmap img; // the image of the ball private int coordX = 0; // the x coordinate at the canvas private int coordY = 0; // the y coordinate at the canvas private int id
相关文章
相关标签/搜索