diff options
Diffstat (limited to 'res/layout/userpass.xml')
-rw-r--r-- | res/layout/userpass.xml | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/res/layout/userpass.xml b/res/layout/userpass.xml deleted file mode 100644 index f67f998e..00000000 --- a/res/layout/userpass.xml +++ /dev/null @@ -1,49 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> - -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:orientation="vertical" - android:layout_width="match_parent" - android:layout_height="match_parent"> - - <EditText - android:id="@+id/username" - android:inputType="textEmailAddress" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_marginTop="8dp" - android:layout_marginLeft="4dp" - android:layout_marginRight="4dp" - android:layout_marginBottom="4dp" - android:hint="@string/auth_username" /> - <EditText - android:id="@+id/password" - android:inputType="textPassword" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_marginTop="4dp" - android:layout_marginLeft="4dp" - android:layout_marginRight="4dp" - android:layout_marginBottom="4dp" - android:hint="@string/password"/> - <CheckBox - android:id="@+id/show_password" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_marginTop="4dp" - android:layout_marginLeft="4dp" - android:text="@string/show_password" - android:layout_marginRight="4dp" - /> - - <CheckBox - android:id="@+id/save_password" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_marginTop="4dp" - android:layout_marginLeft="4dp" - android:text="@string/save_password" - android:layout_marginRight="4dp" - android:layout_marginBottom="16dp"/> - - -</LinearLayout>
\ No newline at end of file |