【发布时间】:2013-11-14 20:17:42
【问题描述】:
当我尝试在我的布局中为 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>
【问题讨论】:
标签: android layout user-interface styles