2011年4月1日
摘要: 因为jdk采用了1.5,所以,必须在设置id属性的时候,设置成为android:id,而不是id,这样就可以避免了该错误 。 阅读全文
posted @ 2011-04-01 15:52 冯瑞涛 阅读(868) 评论(0) 推荐(0)
摘要: ScrollView一个可以下拉滚动条的视图区域<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content">Button按钮获取并设置事件及委托Button button = (Button) findViewById(R.id.button); button.setOnClickListener(b 阅读全文
posted @ 2011-04-01 15:00 冯瑞涛 阅读(751) 评论(0) 推荐(0)