android 自定義彈出框AlertDialog ,很炫的哦

於是就小小的模仿了下自己寫了這個這樣的效果, 主要代碼如下: dlg = new AlertDialog.Builder(context).create(); dlg.show(); dlg.getWindow().setContentView(R.layout.alert_style); LayoutInflater factory = LayoutInflater.from(context);
相關文章
相關標籤/搜索