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

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