0
這是可以更改主題我的代碼對話框?這是我的對話框:更改android中的主題對話框
這是可以更改主題我的代碼對話框?這是我的對話框:更改android中的主題對話框
對話框有一個二次構造函數一個主題:
http://developer.android.com/reference/android/app/Dialog.html#Dialog(android.content.Context, int)
嘗試:
Dialog dialog = new Dialog(ActionBarMain.this, android.R.style.Theme_Black);
能否請您進一步介紹? –
我在我的應用程序Theme.Holo中使用,但我想我的對話框使用Theme.Black。這有可能做到嗎? – user1302569
查看鏈接http://developer.android.com/guide/topics/ui/dialogs.html#CustomDialog和http://www.thiyagaraaj.com/articles/android-articles/customdialogboxpopupusinglayoutinandroid –