Guest User

Untitled

a guest
Jan 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. <LinearLayout
  2. android:layout_width="wrap_content"
  3. android:layout_height="match_parent"
  4. android:orientation="horizontal">
  5.  
  6. <ImageButton
  7. android:id="@+id/imageButton12"
  8. android:layout_width="wrap_content"
  9. android:layout_height="wrap_content"
  10. android:layout_weight="1"
  11. app:srcCompat="@mipmap/ic_launcher" />
  12.  
  13. <ImageButton
  14. android:id="@+id/imageButton11"
  15. android:layout_width="wrap_content"
  16. android:layout_height="wrap_content"
  17. android:layout_weight="1"
  18. app:srcCompat="@drawable/ic_transporte" />
  19.  
  20. <ImageButton
  21. android:id="@+id/imageButton10"
  22. android:layout_width="wrap_content"
  23. android:layout_height="wrap_content"
  24. android:layout_weight="1"
  25. app:srcCompat="@drawable/ic_industria" />
  26.  
  27. <ImageButton
  28. android:id="@+id/imageButton9"
  29. android:layout_width="wrap_content"
  30. android:layout_height="wrap_content"
  31. android:layout_weight="1"
  32. app:srcCompat="@drawable/ic_hoteles" />
  33.  
  34. <ImageButton
  35. android:id="@+id/imageButton8"
  36. android:layout_width="wrap_content"
  37. android:layout_height="wrap_content"
  38. android:layout_weight="1"
  39. app:srcCompat="@drawable/ic_contactanos" />
  40.  
  41. <ImageButton
  42. android:id="@+id/imageButton7"
  43. android:layout_width="wrap_content"
  44. android:layout_height="wrap_content"
  45. android:layout_weight="1"
  46. app:srcCompat="@drawable/ic_compartir" />
  47.  
  48. <ImageButton
  49. android:id="@+id/imageButton6"
  50. android:layout_width="wrap_content"
  51. android:layout_height="wrap_content"
  52. android:layout_weight="1"
  53. app:srcCompat="@drawable/ic_bar_coffe" />
  54. </LinearLayout>
  55. </HorizontalScrollView>
  56.  
  57. <HorizontalScrollView
  58. android:layout_width="wrap_content"
  59. android:layout_height="wrap_content">
  60.  
  61. // Aqui colocas tus objetos o elementos en un layout Horizontal
  62.  
  63. </HorizontalScrollView>
Add Comment
Please, Sign In to add comment