开发问题bug 整理——————————————20180828

问题:

解决方式:

AlertDialog.Builder builder = new AlertDialog.Builder(getApplicationContext(),R.style.Theme_AppCompat_Light_Dialog_Alert);

结果又换成了这个bug:

解决方式:

AlertDialog.Builder builder = new AlertDialog.Builder(getActivity(),R.style.Theme_AppCompat_Light_Dialog_Alert);

猜你喜欢

转载自blog.csdn.net/dongheli/article/details/82151252