我正在使用:
AlertDialog alertDialog = new AlertDialog.Builder(new ContextThemeWrapper(this,R.style.DialogStyle))。create();
我正在使用以下样式:
<style name="DialogStyle" parent="android:Theme" >
<item name="android:windowBackground">@drawable/background2</item>
<item name="android:textColor">#014076</item>
</style>
它只会更改某些文字颜色。所有标题和消息都是默认的白色,背景也不会改变。
请帮助。
答案 0 :(得分:0)
在姜饼之前,2.3.X,你不能。 它在对话框的构造函数中显式设置主题,但在姜饼中你可以提供它。