Android應用開發UI(登錄對話框)

Android實現對話框可以使用AlertDialog.Builder類,還可以自定義對話框。如果對話框有button.需要對其設置監聽事件OnClickListener. AlertDialog創建對話框有以下幾個常用方法: setTitle();//給對話框設置title; setIcon();//給對話框設置圖標; setMessage();//設置對話框的提示信息; setItems();
相關文章
相關標籤/搜索