我尝试更改 AlertDialog的背景和文本颜色。
但我只能用
Activity 改变标题的颜色:android:windowTitleStyle
AlertDialog.Builder adb = new AlertDialog.Builder(new ContextThemeWrapper(this, R.style.AlertDialogCustom));
样式.xml
style name="AlertDialogCustom" parent="Holo.Theme.Sherlock"
我怎样才能做到这一点?谢谢。