Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@drawable/background">
- <EditText
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:id="@+id/editText"
- android:layout_below="@+id/txtn"
- android:layout_marginTop="50dp"
- android:inputType="number"
- android:background="#ffffff"
- android:layout_alignParentRight="true"
- android:layout_alignParentEnd="true"
- android:layout_alignParentLeft="true"
- android:layout_alignParentStart="true" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textAppearance="?android:attr/textAppearanceLarge"
- android:text="@string/firstlogmes"
- android:id="@+id/txtn"
- android:layout_alignParentTop="true"
- android:layout_marginTop="30dp"
- android:layout_centerHorizontal="true" />
- <Button
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/startbutt"
- android:id="@+id/startbutt"
- android:layout_below="@+id/editText"
- android:layout_centerHorizontal="true"
- android:background="#FFFF00"
- android:layout_marginTop="41dp" />
- </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment