Advertisement
Guest User

Untitled

a guest
Mar 17th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:orientation="vertical"
  5. android:layout_width="fill_parent"
  6. android:layout_height="fill_parent">
  7.  
  8. <TextView android:text="row one" android:textSize="15pt"
  9. android:layout_width="fill_parent" android:layout_height="wrap_content"
  10. android:layout_weight="1" />
  11. <TextView android:text="row two" android:textSize="15pt"
  12. android:layout_width="fill_parent" android:layout_height="wrap_content"
  13. android:layout_weight="1" />
  14. <TextView android:text="row three" android:textSize="15pt"
  15. android:layout_width="fill_parent" android:layout_height="wrap_content"
  16. android:layout_weight="1" />
  17. <TextView android:text="row four" android:textSize="15pt"
  18. android:layout_width="fill_parent" android:layout_height="wrap_content"
  19. android:layout_weight="1" />
  20. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement