<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="@drawable/opel">
<EditText android:text=""
android:id="@+id/username"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="20dp"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:layout_marginTop="50dp"></EditText>
<EditText android:text=""
android:id="@+id/password"
android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_marginTop="10dp"
android:layout_marginRight="20dp"
android:layout_marginLeft="20dp" android:layout_marginBottom="10dp"></EditText>
<Button android:text="submit"
android:id="@+id/but"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="10dp"
android:layout_marginRight="20dp"
android:layout_marginLeft="20dp"
android:layout_marginTop="10dp"></Button>
</LinearLayout>
No comments:
Post a Comment