是的,我查过了!
<!-- comment -->
似乎是正确的选择,但我在 android-studio Gradle 中遇到错误:解析 XML 时出错:格式不正确(无效令牌)
当我这样做时
<ImageButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
<!-- android:background="?android:attr/selectableItemBackground" -->
android:id="@+id/imageButton"
android:layout_alignParentTop="true"
android:src="@drawable/gfx_select_medium"
android:layout_marginRight="22dp"/>
任何帮助表示赞赏,谢谢!