导航

2013年8月6日

摘要: 1 public class Main extends Activity { 2 /** Called when the activity is first created. */ 3 private TextView textView1; 4 5 @Override 6 public void onCreate(Bundle savedInstanceState) { 7 super.onCreate(savedInstanceState); 8 setContentView(R.layout... 阅读全文

posted @ 2013-08-06 10:10 ChanHuman 阅读(315) 评论(0) 推荐(0) 编辑