Eclipse中提示:
In Gradle projects, always use http://schemas.android.com/apk/res-auto for custom attributes
原:
xmlns:listViewAttr="http://schemas.android.com/apk/res/com.xx.xxxx"
修改成:
xmlns:listViewAttr="http://schemas.android.com/apk/res-auto"
Eclipse中提示:
In Gradle projects, always use http://schemas.android.com/apk/res-auto for custom attributes
原:
xmlns:listViewAttr="http://schemas.android.com/apk/res/com.xx.xxxx"
xmlns:listViewAttr="http://schemas.android.com/apk/res-auto"