Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:layout_width="match_parent"
  3. android:layout_height="match_parent" >
  4. <TextView
  5. android:id="@+id/tvName"
  6. android:layout_width="wrap_content"
  7. android:layout_height="wrap_content"
  8. android:text="Name" />
  9. <TextView
  10. android:id="@+id/tvHome"
  11. android:layout_width="wrap_content"
  12. android:layout_height="wrap_content"
  13. android:text="HomeTown" />
  14. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement