摘要:
*******************************************重写Gallery类用于定义控件样式等******************************************public class GalleryFlow extends Gallery{//相机类private Camera mCamera = new Camera(); //最大转动角度 private int mMaxRotationAngle = 90; //最大缩放值 private int mMaxZoom = -280; //半径值 private int mCoveflowC. 阅读全文
posted @ 2012-09-29 14:45
言程序
阅读(301)
评论(0)
推荐(0)
摘要:
public class HandlerActivity extends Activity { private Button startButton; private Button endButton; private ProgressBar bar; int i=0;public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_down); startButton=(Button)findViewBy... 阅读全文
posted @ 2012-09-29 10:31
言程序
阅读(177)
评论(0)
推荐(0)