ImageButton 图片后面有个小方框怎么弄掉
ImageButton?android:src="@drawable/btn_revert"
发现在这个图片的后面还有背景(灰色的方框),能看到的到:?android:background="#ffffff"
加上这句后背景为白色了。就看不见了。
?