问题:

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

解决方式:

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

 

结果又换成了这个bug:

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

解决方式:

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

相关文章:

  • 2021-10-27
  • 2022-12-23
  • 2022-12-23
  • 2021-08-25
  • 2022-12-23
  • 2022-01-05
  • 2021-12-21
猜你喜欢
  • 2022-01-14
  • 2021-04-21
  • 2021-06-06
  • 2022-12-23
  • 2021-11-30
  • 2021-09-18
  • 2022-12-23
相关资源
相似解决方案