首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

android 自定义View 在格局文件中写法

2012-07-22 
android 自定义View 在布局文件中写法1.viewandroid:id@android:id/listandroid:layout_widthmatch_

android 自定义View 在布局文件中写法
1.<view
       
        android:id="@android:id/list"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:fastScrollEnabled="true"
    />

<com.android.internal.widget.ContactHeaderWidget
        android:id="@+id/contact_header_widget"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"/>

热点排行