博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年7月24日

摘要: Activity类 private ImageView imageView=null; private Button button=null; private TextView textView=null; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); textView=(TextVi... 阅读全文

posted @ 2013-07-24 23:27 TimeFight 阅读(924) 评论(0) 推荐(0)