ListView ListViewの基本 まず、基本的なListViewを作成する。最初にmain.xmlを以下のように記述する。ListViewは別段特別な属性なくidのみ指定しておく。 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" > <ListView android:id="@+id/listView" android:layout_width="fill_parent" android:layout_he