1 ImageView设置android:adjustViewBounds="true"此属性

2 ScrollView设置android:fadingEdge="none"或者代码中设置ScrollView.setHorizontalFadingEdgeEnabled(false);

3 android:fillViewport="true"

 

三种方法我还没有解决问题,悲剧。继续找原因,擦。终于解决了

4 ImageView中设置android:scaleType="centerCrop"解决问题。

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
  • 2022-12-23
  • 2022-12-23
  • 2021-07-06
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-01
  • 2021-10-09
  • 2021-05-22
  • 2022-12-23
  • 2021-06-02
相关资源
相似解决方案