Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. <RelativeLayout
  2. android:layout_width="match_parent"
  3. android:layout_height="match_parent"
  4. android:layout_weight="1">
  5. <RelativeLayout
  6. android:layout_width="wrap_content"
  7. android:layout_height="wrap_content">
  8.  
  9. <ImageView
  10. android:layout_width="wrap_content"
  11. android:layout_height="wrap_content"
  12. android:id="@+id/imageView3"
  13. android:layout_alignParentTop="true"
  14. android:layout_centerHorizontal="true"
  15. android:src="@drawable/avto" />
  16. </RelativeLayout>
  17.  
  18. <RelativeLayout
  19. android:layout_width="wrap_content"
  20. android:layout_height="wrap_content"
  21. android:layout_alignParentTop="true"
  22. android:layout_centerHorizontal="true">
  23.  
  24. <ImageView
  25. android:layout_width="wrap_content"
  26. android:layout_height="wrap_content"
  27. android:id="@+id/imageView4"
  28. android:layout_alignParentTop="true"
  29. android:layout_centerHorizontal="true"
  30. android:src="@drawable/avto" />
  31. </RelativeLayout>
  32.  
  33. <RelativeLayout
  34. android:layout_width="wrap_content"
  35. android:layout_height="wrap_content"
  36. android:layout_alignParentTop="true"
  37. android:layout_alignParentRight="true"
  38. android:layout_alignParentEnd="true">
  39.  
  40. <ImageView
  41. android:layout_width="wrap_content"
  42. android:layout_height="wrap_content"
  43. android:id="@+id/imageView5"
  44. android:layout_alignParentTop="true"
  45. android:layout_centerHorizontal="true"
  46. android:src="@drawable/avto" />
  47. </RelativeLayout>
  48.  
  49.  
  50. </RelativeLayout>
  51.  
  52. <RelativeLayout
  53. android:layout_width="match_parent"
  54. android:layout_height="match_parent"
  55. android:layout_weight="1">
  56.  
  57. </RelativeLayout>
  58. <RelativeLayout
  59. android:layout_width="match_parent"
  60. android:layout_height="match_parent"
  61. android:layout_weight="1">
  62.  
  63.  
  64. </RelativeLayout>
  65. <RelativeLayout
  66. android:layout_width="match_parent"
  67. android:layout_height="match_parent"
  68. android:layout_weight="1">
  69.  
  70.  
  71. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement