摘要:
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... 阅读全文
摘要:
使用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. 阅读全文