悬浮对话框Android代码实现
2017-02-06
27
直接上代码:private void setDialog(){View view = getLayoutInflater().inflate(R.layout.dialog_country, null);mDialog = new Dialog(this);mDialog.setContentView(view, new LayoutParams(LayoutParams.FILL_PARENT, LayoutParams.WRAP_CONTENT));W...