赞
踩
1.声明tools的命名空间 xmlns:tools="http://schemas.android.com/tools"
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context="com.android.example.MainActivity"> <!-- ... -->
</LinearLayout>
2.使用
<GridView
android:id=
"@+id/list"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
tools:listheader=
"@layout/list_header"
tools:listitem=
"@layout/list_item"
tools:listfooter=
"@layout/list_footer"
/>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。