Advertisement
Guest User

Untitled

a guest
Feb 26th, 2020
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:padding="10dp"
  6. android:background="@drawable/back1"
  7. >
  8. <TextView
  9. android:layout_width="wrap_content"
  10. android:layout_height="wrap_content"
  11. android:textSize="40dp"
  12. android:gravity="center"
  13. android:layout_marginTop="20dp"
  14. android:text="😍My Gallery 😍"/>
  15. <TableRow
  16. android:layout_width="match_parent"
  17. android:layout_height="wrap_content">
  18. <ImageView
  19. android:layout_width="100sp"
  20. android:layout_height="100sp"
  21. android:layout_margin="10dp"
  22. android:background="@drawable/pic1"/>
  23. <ImageView
  24. android:layout_width="100sp"
  25. android:layout_height="100sp"
  26. android:layout_margin="10dp"
  27. android:background="@drawable/pic3"/>
  28. <ImageView
  29. android:layout_width="100sp"
  30. android:layout_height="110sp"
  31. android:layout_margin="10dp"
  32. android:background="@drawable/pic2"/>
  33. </TableRow>
  34. <TableRow
  35. android:layout_width="match_parent"
  36. android:layout_height="wrap_content">
  37. <ImageView
  38. android:layout_width="100sp"
  39. android:layout_height="100sp"
  40. android:layout_margin="10dp"
  41. android:background="@drawable/pic5"/>
  42. <ImageView
  43. android:layout_width="100sp"
  44. android:layout_height="100sp"
  45. android:layout_margin="10dp"
  46. android:background="@drawable/pic4"/>
  47. <ImageView
  48. android:layout_width="100sp"
  49. android:layout_height="100sp"
  50. android:layout_margin="10dp"
  51. android:background="@drawable/pic6"/>
  52. </TableRow>
  53. <TableRow
  54. android:layout_width="match_parent"
  55. android:layout_height="wrap_content">
  56. <ImageView
  57. android:layout_width="100sp"
  58. android:layout_height="100sp"
  59. android:layout_margin="10dp"
  60. android:background="@drawable/pic7"/>
  61. <ImageView
  62. android:layout_width="100sp"
  63. android:layout_height="100sp"
  64. android:layout_margin="10dp"
  65. android:background="@drawable/pic9"/>
  66. <ImageView
  67. android:layout_width="100sp"
  68. android:layout_height="100sp"
  69. android:layout_margin="10dp"
  70. android:background="@drawable/pic8"/>
  71. </TableRow>
  72. </TableLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement