在XML中,我有没有src的图像按钮
<ImageButton android:id="@+id/imagebutton1" android:layout_width="120px" android:layout_height="90px" android:scaleType="centerInside"/>
我在某处...... 我使用
设置了URI或缩略图((ImageButton) findViewById(R.id.imagebutton3)).setImageURI(uri);
((ImageButton) findViewById(R.id.imagebutton1)).setImageBitmap(bm);
Q1固定!
Q2:当屏幕旋转时,我的所有图像按钮都会被清除.setImageURI和.setImageBitmap。我该如何预防?
答案 0 :(得分:0)
A1:试试这个((ImageButton)findViewById(R.id.imagebutton3))。setImageURI(0);