Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@drawable/backgrounds">
- <TextView
- android:id="@+id/studregtit"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textAppearance="?android:attr/textAppearanceLarge"
- android:text="@string/studioreg"
- android:layout_gravity="center_horizontal"
- android:layout_marginTop ="20dp" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:text="@string/studioname"
- android:layout_below="@+id/studregtit"
- android:layout_marginTop="80dp"
- android:layout_marginLeft="10dp"
- android:id="@+id/stutRegTit"/>
- <EditText
- android:layout_width="190dp"
- android:layout_height="wrap_content"
- android:layout_gravity="right"
- android:background="#FFFFFF"
- android:layout_marginTop="-21dp"
- android:layout_marginRight="8dp"
- android:id="@+id/stutRegEdt"/>
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textAppearance="?android:attr/textAppearanceLarge"
- android:text="@string/stutregdif"
- android:layout_gravity="center_horizontal"
- android:layout_marginTop="30dp"
- android:id="@+id/textView" />
- <Button
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/stutregbutte"
- android:layout_marginLeft="7dp"
- android:layout_marginTop="20dp"
- android:layout_gravity="center_horizontal"
- android:id="@+id/stutRegButtE" />
- <Button
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/stutregbuttm"
- android:layout_marginLeft="7dp"
- android:id="@+id/stutRegButtM"
- android:layout_gravity="center_horizontal" />
- <Button
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/stutregbutth"
- android:layout_gravity="center_horizontal"
- android:layout_marginLeft="7dp"
- android:id="@+id/stutRegButtH"/>
- </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment