摘要: final ProgressDialog ps = ProgressDialog.show(MainActivity.this, "搜索网络", "请等待..."); new Thread(){ @Override ... 阅读全文
posted @ 2015-10-16 17:50 aaddrrooiidd 阅读(109) 评论(0) 推荐(0) 编辑
摘要: new AlertDialog.Builder(MainActivity.this) .setTitle("aaa") .setIcon(R.drawable.ic_launcher) .setMessage(... 阅读全文
posted @ 2015-10-16 11:47 aaddrrooiidd 阅读(170) 评论(0) 推荐(0) 编辑
摘要: lv_show = (ListView) findViewById(R.id.lv_show); lv_show.setVerticalScrollBarEnabled(false); //带有选择的样式 //lv_show.setAdapter(new A... 阅读全文
posted @ 2015-10-16 09:54 aaddrrooiidd 阅读(153) 评论(0) 推荐(0) 编辑