Dialog總結

1、AlertDialog 使用流程:setTitle(), setMessage(), create(), show()。 builder.show()等價於AlertDialog dialog = builder.create(); dialog.show(); 兩種方式:設置builder或直接設置Dialog 2、自定義對話框 設置佈局、設置Style、自定義Dialog、顯示 想要對話框
相關文章
相關標籤/搜索