mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Add custom adapter class and item_place layout file
This commit is contained in:
parent
45a1f546e3
commit
e7032658a2
2 changed files with 100 additions and 4 deletions
14
app/src/main/res/layout/item_place.xml
Normal file
14
app/src/main/res/layout/item_place.xml
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue