Android 更改Dialog的寬高


sendDialog = new Dialog(context,R.style.dialog_send_ir_tip);
        View view = ViewUtil.inflateView(R.layout.tvwall_toast_send_ir_view, context); 

        sendDialog.setContentView(view);

        sendDialog.show(); //show之後才把那個decor添加到了windowmanager中

       sendDialog.getWindow().setLayout(LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT); //需要在show之後調用




發佈了400 篇原創文章 · 獲贊 14 · 訪問量 86萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章