【发布时间】:2023-03-13 02:39:01
【问题描述】:
即使我的应用程序中包含 android support v7
添加
android:background="?android:attr/selectableItemBackground"
让我的 IDE,Eclipse 抛出一个错误(阻止我编译),通知我 selectableItemBackground 仅适用于 min Api 11 及更高版本。
如何在 XML 中将此属性添加到背景中?
假设从更高的库复制和粘贴不是解决方案
【问题讨论】:
标签: android android-xml android-support-library