当我尝试在我的布局中为 LinearLayout 导入样式时,我总是收到来自 Eclipse 的错误警报“找不到与给定名称匹配的资源......”。我导入样式属性“?attr/spinnerDropDownItemStyle”的方式有问题吗?等待线索!
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
style="?attr/spinnerDropDownItemStyle"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal" >
</LinearLayout>