Advertisement
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:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical" >
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="@color/blue_light" >
- <LinearLayout
- android:id="@+id/sign_up_tab"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:orientation="vertical" >
- <hu.illion.kwindoo.view.text.RobotoTextView
- android:id="@+id/signUpTv"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginBottom="8dp"
- android:layout_marginLeft="32dp"
- android:layout_marginRight="32dp"
- android:layout_marginTop="12dp"
- android:tag="medium"
- android:text="@string/sign_up_C"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:textColor="@color/white"
- android:textSize="16sp" />
- <FrameLayout
- android:id="@+id/sign_up_indicator"
- android:layout_width="match_parent"
- android:layout_height="6dp"
- android:background="@color/blue_light2" >
- </FrameLayout>
- </LinearLayout>
- <FrameLayout
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:layout_weight="1" >
- </FrameLayout>
- <LinearLayout
- android:id="@+id/log_in_tab"
- android:layout_width="120dp"
- android:layout_height="match_parent"
- android:orientation="vertical" >
- <hu.illion.kwindoo.view.text.RobotoTextView
- android:id="@+id/logInTv"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="right"
- android:layout_marginBottom="8dp"
- android:layout_marginLeft="32dp"
- android:layout_marginRight="32dp"
- android:layout_marginTop="12dp"
- android:tag="medium"
- android:text="@string/log_in_C"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:textColor="@color/blue_light_inactive"
- android:textSize="16sp" />
- <FrameLayout
- android:id="@+id/log_in_indicator"
- android:layout_width="match_parent"
- android:layout_height="6dp"
- android:layout_gravity="right" >
- </FrameLayout>
- </LinearLayout>
- </LinearLayout>
- <FrameLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent" >
- <FrameLayout
- android:id="@+id/login_view_login_cont"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:visibility="invisible" >
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical" >
- <FrameLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content" >
- <EditText
- android:id="@+id/login_email_edit"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="16dp"
- android:layout_marginRight="8dp"
- android:background="@null"
- android:ems="10"
- android:hint="@string/email"
- android:inputType="textEmailAddress"
- android:paddingBottom="8dp"
- android:paddingTop="8dp" />
- <View
- android:id="@+id/View05"
- android:layout_width="match_parent"
- android:layout_height="0.4dp"
- android:layout_gravity="bottom"
- android:layout_marginLeft="16dp"
- android:layout_marginRight="16dp"
- android:layout_marginTop="8dp"
- android:background="@color/gray" />
- </FrameLayout>
- <FrameLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content" >
- <EditText
- android:id="@+id/login_pass_edit"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="16dp"
- android:layout_marginRight="8dp"
- android:background="@null"
- android:ems="10"
- android:fontFamily="sans-serif"
- android:hint="@string/passsword"
- android:inputType="textPassword"
- android:paddingBottom="8dp"
- android:paddingTop="8dp" />
- <View
- android:id="@+id/View04"
- android:layout_width="match_parent"
- android:layout_height="0.4dp"
- android:layout_gravity="bottom"
- android:layout_marginLeft="16dp"
- android:layout_marginRight="16dp"
- android:layout_marginTop="8dp"
- android:background="@color/gray" />
- </FrameLayout>
- <FrameLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1" >
- </FrameLayout>
- <hu.illion.kwindoo.view.text.RobotoTextView
- android:id="@+id/login_view_forgot_tv"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="right|bottom"
- android:layout_marginBottom="16dp"
- android:layout_marginRight="16dp"
- android:tag="bold"
- android:text="@string/forget"
- android:textColor="@color/blue_light" />
- <ImageView
- android:id="@+id/login_view_next_btn"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="right"
- android:layout_marginBottom="16dp"
- android:layout_marginRight="16dp"
- android:src="@drawable/arrow1"
- android:visibility="invisible" />
- </LinearLayout>
- </FrameLayout>
- <FrameLayout
- android:id="@+id/login_view_sign_cont"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:visibility="visible" >
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical" >
- <FrameLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content" >
- <EditText
- android:id="@+id/sign_up_email_edit"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="16dp"
- android:layout_marginRight="8dp"
- android:background="@null"
- android:ems="10"
- android:hint="@string/email"
- android:inputType="textEmailAddress"
- android:paddingBottom="8dp"
- android:paddingTop="8dp" >
- <requestFocus />
- </EditText>
- <View
- android:id="@+id/new_content5"
- android:layout_width="match_parent"
- android:layout_height="0.4dp"
- android:layout_gravity="bottom"
- android:layout_marginLeft="16dp"
- android:layout_marginRight="16dp"
- android:layout_marginTop="8dp"
- android:background="@color/gray" />
- </FrameLayout>
- <FrameLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content" >
- <EditText
- android:id="@+id/sign_up_first_name_edit"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="16dp"
- android:layout_marginRight="8dp"
- android:layout_weight="1"
- android:background="@null"
- android:ems="10"
- android:hint="@string/firstname"
- android:inputType="textCapSentences"
- android:paddingBottom="8dp"
- android:paddingTop="8dp" />
- <View
- android:id="@+id/new_content13"
- android:layout_width="match_parent"
- android:layout_height="0.4dp"
- android:layout_gravity="bottom"
- android:layout_marginLeft="16dp"
- android:layout_marginRight="16dp"
- android:layout_marginTop="8dp"
- android:background="@color/gray" />
- </FrameLayout>
- <FrameLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content" >
- <EditText
- android:id="@+id/sign_up_last_name_edit"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="16dp"
- android:layout_marginRight="8dp"
- android:layout_weight="1"
- android:background="@null"
- android:ems="10"
- android:hint="@string/lastname"
- android:inputType="textCapSentences"
- android:paddingBottom="8dp"
- android:paddingTop="8dp" />
- <View
- android:id="@+id/View03"
- android:layout_width="match_parent"
- android:layout_height="0.4dp"
- android:layout_gravity="bottom"
- android:layout_marginLeft="16dp"
- android:layout_marginRight="16dp"
- android:layout_marginTop="8dp"
- android:background="@color/gray" />
- </FrameLayout>
- <FrameLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content" >
- <EditText
- android:id="@+id/sign_up_nickname_edit"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="16dp"
- android:layout_marginRight="8dp"
- android:background="@null"
- android:ems="10"
- android:hint="@string/nickname"
- android:inputType="textCapSentences"
- android:paddingBottom="8dp"
- android:paddingTop="8dp" />
- <View
- android:id="@+id/View02"
- android:layout_width="match_parent"
- android:layout_height="0.4dp"
- android:layout_gravity="bottom"
- android:layout_marginLeft="16dp"
- android:layout_marginRight="16dp"
- android:layout_marginTop="8dp"
- android:background="@color/gray" />
- </FrameLayout>
- <FrameLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content" >
- <EditText
- android:id="@+id/sign_up_password_edit"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="16dp"
- android:layout_marginRight="8dp"
- android:layout_weight="1"
- android:background="@null"
- android:ems="10"
- android:fontFamily="sans-serif"
- android:inputType="textPassword"
- android:hint="@string/passsword"
- android:paddingBottom="8dp"
- android:paddingTop="8dp" />
- <View
- android:id="@+id/new_content9"
- android:layout_width="match_parent"
- android:layout_height="0.4dp"
- android:layout_gravity="bottom"
- android:layout_marginLeft="16dp"
- android:layout_marginRight="16dp"
- android:layout_marginTop="8dp"
- android:background="@color/gray" />
- </FrameLayout>
- <FrameLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content" >
- <EditText
- android:id="@+id/sign_up_password_again_edit"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="16dp"
- android:layout_marginRight="8dp"
- android:layout_weight="1"
- android:background="@null"
- android:fontFamily="sans-serif"
- android:ems="10"
- android:hint="@string/password_again"
- android:inputType="textPassword"
- android:paddingBottom="8dp"
- android:paddingTop="8dp" />
- <View
- android:id="@+id/View06"
- android:layout_width="match_parent"
- android:layout_height="0.4dp"
- android:layout_gravity="bottom"
- android:layout_marginLeft="16dp"
- android:layout_marginRight="16dp"
- android:layout_marginTop="8dp"
- android:background="@color/gray" />
- </FrameLayout>
- <FrameLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1" >
- </FrameLayout>
- <hu.illion.kwindoo.view.text.RobotoTextView
- android:id="@+id/login_view_create_tv_label"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="right|bottom"
- android:layout_marginBottom="16dp"
- android:layout_marginRight="16dp"
- android:layout_marginTop="16dp"
- android:tag="bold"
- android:text="@string/create_acc_C"
- android:textColor="@color/blue_light" />
- </LinearLayout>
- </FrameLayout>
- </FrameLayout>
- </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement