Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有人和我有同样的问题?当我imageVT.setScale(ImageView.ScaleType.CENTER_CROP) 在活动中运行时,事实证明里面的图像确实适合 imageView 框架,但它也无法滚动或缩放。
imageVT.setScale(ImageView.ScaleType.CENTER_CROP)
在我的应用程序中尝试这个同样的问题我修复它....
android:scaleType="fitXY"