android 自定義彈出框AlertDialog

前段時間在設計UI的時候看到UC的彈出菜單設計挺好  如圖效果: 於是就小小的模仿了下自己寫了這個這樣的效果, 主要代碼如下: dlg = new AlertDialog.Builder(context).create(); dlg.show(); dlg.getWindow().setContentView(R.layout.alert_style); LayoutInflater factor
相關文章
相關標籤/搜索