2013年7月18日木曜日

ListView の最後の行の下線を表示させる


layout_height の指定を、wrap_content から、match_parent に変更する。

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

関連記事

0 件のコメント:

コメントを投稿