摘要:
final EditText editface=(EditText) this.findViewById(R.id.EditText);List> list=getGridData(); GridView grid=(GridView) View.inflate(this,R.layout.pop, null).findViewById(R.id.gridview);; grid.setAdapter(new MyAdapter(this, list)); final Dialog dialog=new Dialog(this, R.style.Ful... 阅读全文
posted @ 2013-08-15 18:16
I love Android
阅读(417)
评论(0)
推荐(0)
摘要:
使用styles.xml风格: Style.xml代码 使用AlertDialog的上层接口类: Java代码 Dialog reNameDialog = new Dialog(getContext(), R.style.FullScreenDialog); LayoutInflater mLayoutInflater = (LayoutInflater) getContext().getSystemService(Context.LAYOUT_INFLATER_SERVICE); View reNameView = mLayoutInflater.inflate(R.layout.audi. 阅读全文
posted @ 2013-08-15 12:45
I love Android
阅读(3447)
评论(0)
推荐(0)
浙公网安备 33010602011771号