android-custom-listview

android-custom-listview
This commit is contained in:
hmkcode
2013-09-07 11:35:01 +03:00
parent bd56e0ef72
commit ec16f3d7d1
12 changed files with 388 additions and 0 deletions
@@ -0,0 +1,14 @@
<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>