Advertisement
Guest User

Untitled

a guest
Sep 17th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:orientation="horizontal"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent">
  6. <LinearLayout
  7. android:orientation="vertical"
  8. android:layout_width="0dp"
  9. android:layout_height="match_parent"
  10. android:layout_weight="1">
  11. <TextView
  12. android:layout_width="match_parent"
  13. android:layout_height="wrap_content"
  14. android:textSize="18dp"
  15. android:text="Chickpeas can be mixed with tangy oysters, also try varnishing the ricotta with joghurt."
  16. />
  17. <TextView
  18. android:layout_width="match_parent"
  19. android:layout_height="wrap_content"
  20. android:textSize="18dp"
  21. android:text="Everyone just loves the consistency of tuna salad mixd with chocolate."
  22. />
  23. <TextView
  24. android:layout_width="match_parent"
  25. android:layout_height="wrap_content"
  26. android:textSize="18dp"
  27. android:text="Fluff eight chicken lards, marshmellow, and corn syrup in a large bottle over medium heat, cook for two minutes and varnish with some turkey."
  28. />
  29. </LinearLayout>
  30. <LinearLayout
  31. android:orientation="vertical"
  32. android:layout_width="0dp"
  33. android:layout_height="match_parent"
  34. android:layout_weight="1">
  35. <TextView
  36. android:layout_width="match_parent"
  37. android:layout_height="wrap_content"
  38. android:textSize="18dp"
  39. android:text="Chickpeas can be mixed with tangy oysters, also try varnishing the ricotta with joghurt."
  40. android:includeFontPadding="false"
  41. />
  42. <TextView
  43. android:layout_width="match_parent"
  44. android:layout_height="wrap_content"
  45. android:textSize="18dp"
  46. android:text="Everyone just loves the consistency of tuna salad mixd with chocolate."
  47. android:includeFontPadding="false"
  48. />
  49. <TextView
  50. android:layout_width="match_parent"
  51. android:layout_height="wrap_content"
  52. android:textSize="18dp"
  53. android:text="Fluff eight chicken lards, marshmellow, and corn syrup in a large bottle over medium heat, cook for two minutes and varnish with some turkey."
  54. android:includeFontPadding="false"
  55. />
  56. </LinearLayout>
  57. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement