一种方式如下:
mAlertDialog.show()后:
mAlertDialog.getButton(DialogInterface.BUTTON_NEGATIVE).setAllCaps(false);
mAlertDialog.getButton(DialogInterface.BUTTON_POSITIVE).setAllCaps(false);
一种方式如下:
mAlertDialog.show()后:
mAlertDialog.getButton(DialogInterface.BUTTON_NEGATIVE).setAllCaps(false);
mAlertDialog.getButton(DialogInterface.BUTTON_POSITIVE).setAllCaps(false);