当前位置:   article > 正文

安卓布局预览tools_android 布局中 tools

android 布局中 tools

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" />

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家小花儿/article/detail/943992
推荐阅读
相关标签
  

闽ICP备14008679号