问题现象:

   Dialog里的图片(控件为ImageView),显示不出来。

Dialog无法显示图片问题及解决方案

解决办法:

   调用的activity需要继承自AppCompatActivity,而不是Activity。

原因:

  经过debug发现,是AppCompatActivity的onCreate方法中执行了如下代码导致的差异,但真正原因待查。

AppCompatDelegate delegate = this.getDelegate();

delegate.installViewFactory();

相关文章:

  • 2021-11-28
  • 2021-12-23
  • 2021-12-14
  • 2022-01-15
  • 2022-12-23
  • 2022-12-23
  • 2021-12-15
  • 2021-07-13
猜你喜欢
  • 2021-11-11
  • 2021-10-28
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2022-12-23
相关资源
相似解决方案