bry*_*nwu 1 layout user-interface android styles
当我尝试在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>
Run Code Online (Sandbox Code Playgroud)
你想使用android的spinnerDropDownItemStyle.用这种方式..
style="?android:attr/spinnerDropDownItemStyle"
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
2089 次 |
| 最近记录: |