Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.84 KB | None | 0 0
  1. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. xmlns:tools="http://schemas.android.com/tools"
  3. android:layout_width="match_parent"
  4. android:layout_height="wrap_content"
  5. android:paddingBottom="@dimen/activity_vertical_margin"
  6. android:paddingLeft="@dimen/activity_horizontal_margin"
  7. android:paddingRight="@dimen/activity_horizontal_margin"
  8. android:paddingTop="@dimen/activity_vertical_margin"
  9. tools:context=".MainActivity" >
  10.  
  11. <!--
  12. 1
  13. -->
  14.  
  15. <TextView
  16. android:id="@+id/textView1"
  17. android:layout_width="wrap_content"
  18. android:layout_height="wrap_content"
  19. android:layout_above="@+id/pause"
  20. android:layout_alignLeft="@+id/play"
  21. android:text="1. Dialog abspielen"
  22. android:textAppearance="?android:attr/textAppearanceMedium" />
  23.  
  24. <Button
  25. android:id="@+id/play"
  26. style="@style/btnStyleShakespeare"
  27. android:layout_width="wrap_content"
  28. android:layout_height="wrap_content"
  29. android:layout_alignLeft="@+id/record"
  30. android:layout_alignParentTop="true"
  31. android:layout_marginTop="38dp"
  32. android:layout_toLeftOf="@+id/pause" />
  33.  
  34. <Button
  35. android:id="@+id/pause"
  36. style="@style/btnStyleBeige"
  37. android:layout_width="wrap_content"
  38. android:layout_height="wrap_content"
  39. android:layout_alignBottom="@+id/play"
  40. android:layout_alignTop="@+id/play"
  41. android:layout_toLeftOf="@+id/stopsol" />
  42.  
  43. <Button
  44. android:id="@+id/stop"
  45. style="@style/btnStyleOrange"
  46. android:layout_width="wrap_content"
  47. android:layout_height="wrap_content"
  48. android:layout_alignLeft="@+id/stoprec"
  49. android:layout_alignRight="@+id/stopsol"
  50. android:layout_alignTop="@+id/pause" />
  51.  
  52. <!--
  53. 2
  54. -->
  55.  
  56. <TextView
  57. android:id="@+id/textView2"
  58. android:layout_width="wrap_content"
  59. android:layout_height="wrap_content"
  60. android:layout_above="@+id/record"
  61. android:layout_alignLeft="@+id/record"
  62. android:text="2. Ihre Aufnahme"
  63. android:textAppearance="?android:attr/textAppearanceMedium" />
  64.  
  65.  
  66. <Button
  67. android:id="@+id/record"
  68. style="@style/btnStyledark_khaki"
  69. android:layout_width="wrap_content"
  70. android:layout_height="wrap_content"
  71. android:layout_alignBottom="@+id/stoprec"
  72. android:layout_alignParentLeft="true"
  73. android:layout_alignTop="@+id/stoprec"
  74. android:layout_toLeftOf="@+id/stoprec"
  75. android:layout_centerVertical="true" />
  76.  
  77. <Button
  78. android:id="@+id/stoprec"
  79. style="@style/btnStyleOrange"
  80. android:layout_width="wrap_content"
  81. android:layout_height="wrap_content"
  82. android:layout_above="@+id/textView3"
  83. android:layout_alignRight="@+id/stopsol"
  84. android:layout_centerVertical="true"
  85. android:layout_toRightOf="@+id/paussol" />
  86.  
  87. <!--
  88. 3
  89. -->
  90.  
  91. <TextView
  92. android:id="@+id/textView3"
  93. android:layout_width="wrap_content"
  94. android:layout_height="wrap_content"
  95. android:layout_above="@+id/playsol"
  96. android:layout_alignLeft="@+id/playsol"
  97. android:text="3. Aufnahme + Lösung abspielen"
  98. android:textAppearance="?android:attr/textAppearanceMedium" />
  99.  
  100. <Button
  101. android:id="@+id/playsol"
  102. style="@style/btnStyleShakespeare"
  103. android:layout_width="wrap_content"
  104. android:layout_height="wrap_content"
  105. android:layout_alignBottom="@+id/stopsol"
  106. android:layout_alignTop="@+id/stopsol"
  107. android:layout_alignParentLeft="true"
  108. android:layout_toLeftOf="@+id/paussol" />
  109.  
  110. <Button
  111. android:id="@+id/paussol"
  112. style="@style/btnStyleBeige"
  113. android:layout_width="wrap_content"
  114. android:layout_height="wrap_content"
  115. android:layout_alignBottom="@+id/stopsol"
  116. android:layout_alignTop="@+id/stopsol"
  117. android:layout_centerHorizontal="true" />
  118.  
  119. <Button
  120. android:id="@+id/stopsol"
  121. style="@style/btnStyleOrange"
  122. android:layout_width="wrap_content"
  123. android:layout_height="wrap_content"
  124. android:layout_alignParentRight="true"
  125. android:layout_alignParentBottom="true"
  126. android:layout_toRightOf="@+id/paussol" />
  127.  
  128. </RelativeLayout>
  129.  
  130. <!-- 2 -->
  131. <LinearLayout
  132. android:layout_width="match_parent"
  133. android:layout_height="wrap_content"
  134. android:layout_below="@+id/stop"
  135. android:orientation="vertical">
  136.  
  137. <TextView
  138. android:id="@+id/textView2"
  139. android:layout_width="wrap_content"
  140. android:layout_height="wrap_content"
  141. android:text="2. Ihre Aufnahme"
  142. android:textAppearance="?android:attr/textAppearanceMedium" />
  143.  
  144. <LinearLayout
  145. android:layout_width="wrap_content"
  146. android:layout_height="wrap_content"
  147. android:gravity="center_vertical"
  148. android:orientation="horizontal">
  149.  
  150. <Button
  151. android:id="@+id/record"
  152. style="@style/btnStyledark_khaki"
  153. android:layout_width="wrap_content"
  154. android:layout_height="wrap_content"
  155. android:layout_centerVertical="true" />
  156.  
  157. <Button
  158. android:id="@+id/stoprec"
  159. style="@style/btnStyleOrange"
  160. android:layout_width="wrap_content"
  161. android:layout_height="wrap_content" />
  162. </LinearLayout>
  163. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement