android change alertdialog.builder style

	AlertDialog.Builder builder = new Builder(new ContextThemeWrapper(context, R.style.AlertDialogCustom));

 

  <style name="AlertDialogCustom" parent="android:style/Theme.Dialog">
        <item name="android:textColor">#333333</item>
        <item name="android:typeface">monospace</item>
        <item name="android:textSize">@dimen/main_icon_textSize</item>
    </style>

 

   Add configuration in style and pass in ContextThemeWrapper

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326902388&siteId=291194637