在哪里可以找到selectableItemBackgroundBorderless参考属性的定义?

问题描述

在哪里可以找到?attr / selectableItemBackgroundBorderless的定义?

例如:

<ImageButton
    android:id="@+id/removeButton"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_gravity="end"
    android:layout_margin="8dp"
    android:background="?attr/selectableItemBackgroundBorderless"
    android:contentDescription="@string/content_description"
    android:tint="@color/colorPrimaryText"
    app:srcCompat="@drawable/ic_cancel" />

我的意思是我可以在appcompat-1.2.0 \ res \ values \ values.xml中看到参考定义 即:

<item name="selectableItemBackgroundBorderless">?attr/selectableItemBackground</item>

但是该属性在哪里定义?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)