アットウィキロゴ

KS > Android > 09_activity_main.xml

<?xml version="1.0" encoding="utf-8"?>
<ListView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/lv_fruit"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:entries="@array/lv_fruit">
</ListView>
最終更新:2013年07月29日 17:14