| |
---|
| | android:layout_width="match_parent" |
---|
| | android:layout_height="match_parent" |
---|
| | tools:context=".cactusClient.LoginFragment"> |
---|
| | |
---|
| | <fragment |
---|
| | android:id="@+id/fragment_place" |
---|
| | android:name="org.ntlab.radishforandroidstudio.cactusClient.LoginFragment" |
---|
| | android:layout_width="398dp" |
---|
| | android:layout_height="539dp" |
---|
| | android:layout_alignParentStart="true" |
---|
| | android:layout_alignParentTop="true" /> |
---|
| | |
---|
| | <Button |
---|
| | android:id="@+id/signUp" |
---|
| | android:layout_width="300dp" |
---|
| | android:layout_height="40dp" |
---|
| | android:layout_below="@+id/login" |
---|
| | android:layout_alignParentBottom="true" |
---|
| | android:layout_centerHorizontal="true" |
---|
| | android:layout_marginTop="-193dp" |
---|
| | android:layout_marginBottom="42dp" |
---|
| | android:text="Sign up" /> |
---|
| | |
---|
| | <Button |
---|
| | android:id="@+id/login" |
---|
| | android:layout_width="300dp" |
---|
| | android:layout_height="40dp" |
---|
| | android:layout_alignParentBottom="true" |
---|
| | android:layout_centerHorizontal="true" |
---|
| | android:layout_marginBottom="193dp" |
---|
| | android:layout_marginBottom="90dp" |
---|
| | android:text="Login" /> |
---|
| | |
---|
| | <EditText |
---|
| | android:id="@+id/inputEmailAdress" |
---|
| | android:layout_width="300dp" |
---|
| | android:layout_height="40dp" |
---|
| | android:layout_alignParentTop="true" |
---|
| | android:layout_below="@+id/EmailAddress" |
---|
| | android:layout_centerHorizontal="true" |
---|
| | android:layout_marginTop="72dp" |
---|
| | android:ems="10" |
---|
| | android:inputType="textEmailAddress" |
---|
| | android:text="Email. address@email.com" /> |
---|
| | |
---|
| | <EditText |
---|
| | android:id="@+id/inputPassword" |
---|
| | android:layout_width="300dp" |
---|
| | android:layout_height="40dp" |
---|
| | android:layout_below="@+id/password" |
---|
| | android:layout_centerHorizontal="true" |
---|
| | android:layout_centerInParent="true" |
---|
| | android:ems="10" |
---|
| | android:inputType="textPassword" /> |
---|
| | |
---|
| | <TextView |
---|
| | android:id="@+id/EmailAddress" |
---|
| | android:layout_width="wrap_content" |
---|
| | android:layout_height="20dp" |
---|
| | android:layout_above="@+id/inputEmailAdress" |
---|
| | android:layout_alignParentTop="true" |
---|
| | android:layout_alignStart="@+id/signUp" |
---|
| | android:layout_marginBottom="-72dp" |
---|
| | android:layout_marginTop="41dp" |
---|
| | android:text="Email address" /> |
---|
| | |
---|
| | <TextView |
---|
| | android:id="@+id/password" |
---|
| | android:layout_width="wrap_content" |
---|
| | android:layout_height="20dp" |
---|
| | android:layout_alignParentTop="true" |
---|
| | android:layout_above="@+id/inputPassword" |
---|
| | android:layout_alignStart="@+id/signUp" |
---|
| | android:layout_marginTop="140dp" |
---|
| | android:text="Password" /> |
---|
| | |
---|
| | </RelativeLayout> |
---|
| | |