|
|
@@ -1,81 +1,3 @@
|
|
|
-<!--
|
|
|
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- xmlns:tools="http://schemas.android.com/tools"
|
|
|
- android:id="@+id/login_form"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- tools:context=".LoginFragment" >
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- style="@style/LoginFormContainer"
|
|
|
- android:orientation="vertical" >
|
|
|
-
|
|
|
- <EditText
|
|
|
- android:id="@+id/user"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:hint="@string/prompt_email"
|
|
|
- android:maxLines="1"
|
|
|
- android:singleLine="true" />
|
|
|
-
|
|
|
- <EditText
|
|
|
- android:id="@+id/password"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:hint="@string/prompt_password"
|
|
|
- android:imeActionId="@+id/login"
|
|
|
- android:imeActionLabel="@string/action_sign_in_short"
|
|
|
- android:imeOptions="actionUnspecified"
|
|
|
- android:inputType="textPassword"
|
|
|
- android:maxLines="1"
|
|
|
- android:singleLine="true" />
|
|
|
-
|
|
|
- <CheckBox
|
|
|
- android:id="@+id/chk_savepass"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="right"
|
|
|
- android:text="Remember Password" />
|
|
|
-
|
|
|
- <Button
|
|
|
- android:id="@+id/sign_in_button"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="right"
|
|
|
- android:layout_marginTop="16dp"
|
|
|
- android:paddingLeft="32dp"
|
|
|
- android:paddingRight="32dp"
|
|
|
- android:text="Sign in" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/login_status"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerInParent="true"
|
|
|
- android:gravity="center_horizontal"
|
|
|
- android:orientation="vertical"
|
|
|
- android:visibility="invisible" >
|
|
|
-
|
|
|
- <ProgressBar
|
|
|
- style="?android:attr/progressBarStyleLarge"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginBottom="8dp" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/login_status_message"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginBottom="16dp"
|
|
|
- android:fontFamily="sans-serif-light"
|
|
|
- android:text="@string/login_progress_signing_in"
|
|
|
- android:textAppearance="?android:attr/textAppearanceMedium" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
-</RelativeLayout>
|
|
|
--->
|
|
|
-
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="fill_parent"
|
|
|
@@ -105,7 +27,6 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginBottom="16dp"
|
|
|
- android:fontFamily="sans-serif-light"
|
|
|
android:text="@string/login_progress_signing_in"
|
|
|
android:textAppearance="?android:attr/textAppearanceMedium" />
|
|
|
</LinearLayout>
|