Files
Android/android-custom-listview/res/layout/activity_main.xml
T
hmkcode ec16f3d7d1 android-custom-listview
android-custom-listview
2013-09-07 11:35:01 +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>