在棉花糖设备中,ImageButton似乎没有显示它被点击。经过kitkat设备测试,它运行良好。
我已尝试将?attr/selectableItemBackground
和?android:attr/selectableItemBackground
用于android:background
,但它似乎无效。
<ImageButton
android:id="@+id/add"
android:padding="5dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_check"
android:tint="@color/grey"
android:background="?attr/selectableItemBackground"/>