即使我的应用程序中包含android支持v7
加入 android:background="?android:attr/selectableItemBackground"
android:background="?android:attr/selectableItemBackground"
使我的IDE,Eclipse抛出错误(阻止我编译),通知我selectableItemBackground仅适用于最小Api 11及以上.
如何将此属性添加到XML中的背景?
假设从较高的库复制和粘贴不是解决方案
android android-xml android-support-library
android ×1
android-support-library ×1
android-xml ×1