10 2013 档案

该文被密码保护。
posted @ 2013-10-16 15:39 xxdc 阅读(0) 评论(0) 推荐(0)
摘要:final AlertDialog builder = new AlertDialog.Builder(ProductActivity.this).setTitle("编辑订单商品") .setCancelable(false).setView(view).show(); Button confirm = (Button) view.findViewById(R.id.confirm); confirm.setOnClickListener(new View.OnClickListener() { public void onC... 阅读全文
posted @ 2013-10-12 10:18 xxdc 阅读(155) 评论(0) 推荐(0)