ListActivity的使用
摘要:
第一种情况,就是extends Activity ,而且事先也setContentView(R.layout.main); 那么我定义的ListView就是在XML里面已经布局好了的。18.public class aGirlGallery extends Activity { 19./** Called when the activity is first created. */20.@Over... 阅读全文
posted @ 2010-03-31 14:21 tt_mc 阅读(15533) 评论(0) 推荐(2) 编辑