15/08/10 20:33:14.91 51VUoz8r.net
ちなみにactivity__main.xmlはこんな感じです。
<LinearLayout xmlns:android="URLリンク(schemas.android.com)
android:layout_width="match_parent"
android:layout_height="match_parent">
<ListView
android:id = "@+id/amin_lsvItem"
android:layout_width = "match_parent"
android:layout_height="wrap_content" />
</LinearLayout>