原创 Android學習筆記04_Dialog的建立

1)創建dialog        一個view要創建一個子dialog,首先需要重寫函數onCreateDialog     protected Dialog onCreateDialog(int id) { Dialog di