尽管给出了hdpi,xhdpi和xxhdpi,mdpi尺寸,android Imageview在平板电脑上显示的图片太小了

时间:2014-05-01 06:53:15

标签: android android-imageview

<ImageView
android:layout_width="wrap_content"
android:layout:height="wrap_content"
android:src="@drawable/someimage"
android:scaletype="fitxy"
/>

为什么屏幕上的图像太小而不是预期?我们如何将图像缩放到实际尺寸。图像大小比Android屏幕上显示的大得多。任何帮助表示赞赏。

0 个答案:

没有答案