如何自定义ListView的第一行?

时间:2014-10-04 19:05:36

标签: android listview customization except

我创建了一个ListView,其条目在SQLite查询上生成了一段时间,但我在代码中编写的第一行除外。

以下是相关的XML文件:

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical" >

    <ListView
        android:id="@+id/listview"
        android:layout_height="wrap_content"
        android:layout_width="match_parent">
    </ListView>


</LinearLayout>

如何自定义它以仅为ListView的第一行更改字体样式?

1 个答案:

答案 0 :(得分:1)

如果您只想更改第一行的样式或布局,可以使用listview标题