Add custom adapter class and item_place layout file

This commit is contained in:
misaochan 2016-08-24 18:55:56 +12:00
parent 45a1f546e3
commit e7032658a2
2 changed files with 100 additions and 4 deletions

View file

@ -0,0 +1,14 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<TextView
android:id="@+id/tvName"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Name" />
<TextView
android:id="@+id/tvHome"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="HomeTown" />
</LinearLayout>