Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. <Button
  2. style="?android:attr/buttonStyleSmall"
  3. android:layout_width="wrap_content"
  4. android:layout_height="10dp"
  5. android:layout_weight="0.166"
  6. android:layout_gravity="center_vertical"
  7. android:id="@+id/indicator1"
  8. android:background="@drawable/indicator_off"
  9. android:layout_marginTop="10dp"
  10. android:layout_marginBottom="10dp"
  11. android:layout_marginRight="3dp"
  12. android:layout_centerVertical="true"
  13. android:clickable="false"
  14. android:focusable="false"
  15. android:focusableInTouchMode="false"/>
  16.  
  17. <Button
  18. style="?android:attr/buttonStyleSmall"
  19. android:layout_width="wrap_content"
  20. android:layout_height="10dp"
  21. android:layout_weight="0.166"
  22. android:id="@+id/indicator2"
  23. android:layout_gravity="center_vertical"
  24. android:background="@drawable/indicator_off"
  25. android:layout_marginTop="10dp"
  26. android:layout_marginBottom="10dp"
  27. android:layout_marginRight="3dp"
  28. android:layout_centerVertical="true"
  29. android:clickable="false"
  30. android:focusable="false"
  31. android:focusableInTouchMode="false"/>
  32.  
  33. <Button
  34. style="?android:attr/buttonStyleSmall"
  35. android:layout_width="wrap_content"
  36. android:layout_height="10dp"
  37. android:layout_weight="0.166"
  38. android:id="@+id/indicator3"
  39. android:background="@drawable/indicator_off"
  40. android:layout_gravity="center_vertical"
  41. android:layout_marginTop="10dp"
  42. android:layout_marginBottom="10dp"
  43. android:layout_marginRight="3dp"
  44. android:layout_centerVertical="true"
  45. android:clickable="false"
  46. android:focusable="false"
  47. android:focusableInTouchMode="false"/>
  48.  
  49. <Button
  50. style="?android:attr/buttonStyleSmall"
  51. android:layout_width="wrap_content"
  52. android:layout_height="10dp"
  53. android:layout_weight="0.166"
  54. android:id="@+id/indicator4"
  55. android:layout_gravity="center_vertical"
  56. android:background="@drawable/indicator_off"
  57. android:layout_marginTop="10dp"
  58. android:layout_marginBottom="10dp"
  59. android:layout_marginRight="3dp"
  60. android:layout_centerVertical="true"
  61. android:clickable="false"
  62. android:focusable="false"
  63. android:focusableInTouchMode="false"/>
  64.  
  65. <Button
  66. style="?android:attr/buttonStyleSmall"
  67. android:layout_width="wrap_content"
  68. android:layout_height="10dp"
  69. android:layout_weight="0.166"
  70. android:layout_gravity="center_vertical"
  71. android:id="@+id/indicator5"
  72. android:background="@drawable/indicator_off"
  73. android:layout_marginTop="10dp"
  74. android:layout_marginBottom="10dp"
  75. android:layout_centerVertical="true"
  76. android:clickable="false"
  77. android:focusable="false"
  78. android:focusableInTouchMode="false"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement