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"
- xmlns:tools="http://schemas.android.com/tools"
- android:id="@+id/activity_main"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:paddingBottom="@dimen/activity_vertical_margin"
- android:paddingLeft="@dimen/activity_horizontal_margin"
- android:paddingRight="@dimen/activity_horizontal_margin"
- android:paddingTop="@dimen/activity_vertical_margin"
- tools:context="aakarsh.firebase2.MainActivity">
- <EditText
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:inputType="textEmailAddress"
- android:ems="10"
- android:layout_marginTop="39dp"
- android:id="@+id/editText"
- android:hint="email"
- android:textAlignment="center"
- android:layout_alignParentTop="true"
- android:layout_centerHorizontal="true" />
- <EditText
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:inputType="textPassword"
- android:ems="10"
- android:layout_marginTop="47dp"
- android:id="@+id/editText2"
- android:hint="pass"
- android:textAlignment="center"
- android:layout_below="@+id/editText"
- android:layout_alignLeft="@+id/editText"
- android:layout_alignStart="@+id/editText" />
- <Button
- android:text="Back"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:id="@+id/button5"
- android:layout_toLeftOf="@+id/button2"
- android:layout_toStartOf="@+id/progressBar2"
- android:layout_marginRight="11dp"
- android:layout_marginEnd="11dp"
- android:layout_alignBottom="@+id/button2" />
- <Button
- android:text="Sign up"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="32dp"
- android:id="@+id/button2"
- android:layout_below="@+id/editText2"
- android:layout_toRightOf="@+id/button5"
- android:layout_toEndOf="@+id/progressBar2"
- android:layout_marginLeft="14dp"
- android:layout_marginStart="14dp" />
- <ProgressBar
- style="?android:attr/progressBarStyle"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="85dp"
- android:id="@+id/progressBar2"
- android:layout_below="@+id/button5"
- android:layout_centerHorizontal="true" />
- </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment