Files
Android/android-pro-listview/res/layout/activity_main.xml
T
hmkcode 922fe25f34 android-por-listview
android-por-listview
2013-10-12 23:10:24 +03:00

15 lines
406 B
XML

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
tools:context=".MainActivity"
>
<ListView
android:id="@+id/listview"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
/>
</RelativeLayout>