我对imageView有疑问:
我也和.JPEG有这个问题。
我在程序运行时在imageview中切换图像,然后我不能使用静态方法。 而且我有来自web的文件可绘制的图片。
xml文件:
<ImageView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:id="@+id/imageView"
android:layout_gravity="right|top"/>
致电imageview:
potom = (ImageView) findViewById(R.id.imageView);
potom.setImageResource(R.drawable.koc1);
koc1是没有背景的.gif文件。而在移动显示屏上有黑色方形背景,为什么?
但仅限于某些android:在我的手机(android 4.4)上有黑色背景。但在我的朋友(Android 5.0)上,没关系。请问,这个问题是什么?
感谢。