Little_hobbit

Untitled

Dec 8th, 2021
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. tools:context=".TabletMainActivity"
  8. android:orientation="horizontal">
  9.  
  10. <LinearLayout
  11. android:layout_width="110dp"
  12. android:layout_height="match_parent"
  13. android:orientation="vertical"
  14. android:gravity="center_horizontal">
  15.  
  16. <LinearLayout
  17. android:layout_width="wrap_content"
  18. android:layout_height="wrap_content"
  19. android:orientation="vertical"
  20. android:gravity="center_horizontal">
  21.  
  22. <ImageView
  23. android:layout_width="wrap_content"
  24. android:layout_height="wrap_content"
  25. android:src="@drawable/main"/>
  26.  
  27. <TextView
  28. android:layout_width="wrap_content"
  29. android:layout_height="wrap_content"
  30. android:text="Главное"/>
  31.  
  32.  
  33. </LinearLayout>
  34.  
  35. <LinearLayout
  36. android:layout_width="wrap_content"
  37. android:layout_height="wrap_content"
  38. android:orientation="vertical"
  39. android:gravity="center_horizontal">
  40.  
  41. <ImageView
  42. android:layout_width="wrap_content"
  43. android:layout_height="wrap_content"
  44. android:src="@drawable/main"/>
  45.  
  46. <TextView
  47. android:layout_width="wrap_content"
  48. android:layout_height="wrap_content"
  49. android:text="Подборка"/>
  50. </LinearLayout>
  51.  
  52.  
  53. <LinearLayout
  54. android:layout_width="wrap_content"
  55. android:layout_height="wrap_content"
  56. android:orientation="vertical"
  57. android:gravity="center_horizontal">
  58.  
  59. <ImageView
  60. android:layout_width="wrap_content"
  61. android:layout_height="wrap_content"
  62. android:src="@drawable/main"/>
  63.  
  64. <TextView
  65. android:layout_width="wrap_content"
  66. android:layout_height="wrap_content"
  67. android:text="Коллекции"/>
  68. </LinearLayout>
  69.  
  70.  
  71. </LinearLayout>
  72.  
  73.  
  74. </LinearLayout>
  75. ---
  76.  
Advertisement
Add Comment
Please, Sign In to add comment