如何设置ImageButton属性
ImageButton
app:srcCompat="@drawable/pic"
编程?
像是myImageButton.setBackgroundResource(R.drawable.eng2);属性的东西app:srcCompat.
myImageButton.setBackgroundResource(R.drawable.eng2);
app:srcCompat
android android-appcompat android-imagebutton
android ×1
android-appcompat ×1
android-imagebutton ×1