Guest User

Untitled

a guest
Jul 9th, 2015
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:orientation="vertical"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:background="@drawable/backgrounds">
  7.  
  8. <TextView
  9. android:id="@+id/studregtit"
  10. android:layout_width="wrap_content"
  11. android:layout_height="wrap_content"
  12. android:textAppearance="?android:attr/textAppearanceLarge"
  13. android:text="@string/studioreg"
  14. android:layout_gravity="center_horizontal"
  15. android:layout_marginTop ="20dp" />
  16.  
  17. <TextView
  18. android:layout_width="wrap_content"
  19. android:layout_height="wrap_content"
  20. android:textAppearance="?android:attr/textAppearanceMedium"
  21. android:text="@string/studioname"
  22. android:layout_below="@+id/studregtit"
  23. android:layout_marginTop="80dp"
  24. android:layout_marginLeft="10dp"
  25. android:id="@+id/stutRegTit"/>
  26.  
  27. <EditText
  28. android:layout_width="190dp"
  29. android:layout_height="wrap_content"
  30. android:layout_gravity="right"
  31. android:background="#FFFFFF"
  32. android:layout_marginTop="-21dp"
  33. android:layout_marginRight="8dp"
  34. android:id="@+id/stutRegEdt"/>
  35.  
  36. <TextView
  37. android:layout_width="wrap_content"
  38. android:layout_height="wrap_content"
  39. android:textAppearance="?android:attr/textAppearanceLarge"
  40. android:text="@string/stutregdif"
  41. android:layout_gravity="center_horizontal"
  42. android:layout_marginTop="30dp"
  43. android:id="@+id/textView" />
  44.  
  45. <Button
  46. android:layout_width="wrap_content"
  47. android:layout_height="wrap_content"
  48. android:text="@string/stutregbutte"
  49. android:layout_marginLeft="7dp"
  50. android:layout_marginTop="20dp"
  51. android:layout_gravity="center_horizontal"
  52. android:id="@+id/stutRegButtE" />
  53.  
  54. <Button
  55. android:layout_width="wrap_content"
  56. android:layout_height="wrap_content"
  57. android:text="@string/stutregbuttm"
  58. android:layout_marginLeft="7dp"
  59. android:id="@+id/stutRegButtM"
  60. android:layout_gravity="center_horizontal" />
  61.  
  62. <Button
  63. android:layout_width="wrap_content"
  64. android:layout_height="wrap_content"
  65. android:text="@string/stutregbutth"
  66. android:layout_gravity="center_horizontal"
  67. android:layout_marginLeft="7dp"
  68. android:id="@+id/stutRegButtH"/>
  69.  
  70. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment