Android AlertDialog

1、How to reduce AlertDialog.Builder title font size and positive button size?

参考:http://stackoverflow.com/questions/8881710/how-to-reduce-alertdialog-builder-title-font-size-and-positive-button-size

AlertDialog更改标题颜色,字体等:

参考:http://blog.csdn.net/findsafety/article/details/9468721 

非常漂亮的反射。但是:mTitleView.get(alertController) 的返回结果是null  。

2、Android dialog.getButton(AlertDialog.BUTTON_POSITIVE) Null Pointer ?

参考:http://stackoverflow.com/questions/24871973/android-dialog-getbuttonalertdialog-button-positive-null-pointer 

after your call to dialog.show().


你可能感兴趣的:(Android AlertDialog)