AlertDialogの背景とテキストの色を変更しようとして います。
ただし、アクティビティ
でタイトルの色のみを変更できます。android:windowTitleStyle
AlertDialog.Builder adb = new AlertDialog.Builder(new ContextThemeWrapper(this, R.style.AlertDialogCustom));
スタイル.xml
style name="AlertDialogCustom" parent="Holo.Theme.Sherlock"
どうやってやるの?ありがとう。