标签: android image imageview tablet
我想要在我的布局中在ImageView中显示一个图像。由于我不想要扭曲的图像,我使用android:scaleType = "center"。
android:scaleType = "center"
在中型和小型设备上,在大型设备(7“和10”)上看起来不错,它很小,你可以看到边框。我该如何防止这种情况?
答案 0 :(得分:1)
尝试使用此属性:
android:scaleType="centerCrop"