aboutsummaryrefslogtreecommitdiffstats
path: root/project/res/layout/activity_input_password.xml
diff options
context:
space:
mode:
Diffstat (limited to 'project/res/layout/activity_input_password.xml')
-rw-r--r--project/res/layout/activity_input_password.xml65
1 files changed, 0 insertions, 65 deletions
diff --git a/project/res/layout/activity_input_password.xml b/project/res/layout/activity_input_password.xml
deleted file mode 100644
index a024879..0000000
--- a/project/res/layout/activity_input_password.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<merge xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- tools:context=".InputPasswordActivity" >
-
-
-
- <ScrollView
- android:id="@+id/login_form"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background = "@color/black" >
-
- <LinearLayout
- style="@style/LoginFormContainer"
- android:orientation="vertical"
- android:background="@color/black"
- android:layout_width="match_parent"
- android:layout_height="wrap_content" >
-
- <TextView
- android:id="@+id/txt_insert_pass"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textCursorDrawable="@null"
- android:textColor="@color/ThemeLight"
- android:textSize="10pt"
- android:layout_marginBottom="10dp"
- android:background="@color/black"
- android:maxLines = "10"
- android:text="@string/insert_nets_password" />
-
- <EditText
- android:id="@+id/txt_password"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:inputType="textPassword"
- android:textColor="@color/ThemeLight"
- android:textSize="10pt"
- android:maxLines="1"
- android:singleLine="true" />
-
- <CheckBox
- android:id="@+id/chk_show_pass"
- android:textColor="@color/ThemeLight"
- android:text="@string/show_password"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" />
-
- <Button
- android:id="@+id/sign_in_button"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:background="@color/ThemeDark"
- android:textColor="@color/ThemeLight"
- android:layout_gravity="right"
- android:layout_marginTop="16dp"
- android:paddingLeft="32dp"
- android:paddingRight="32dp"
- android:text="@string/button_text_next"
- android:onClick="onBtnNextClick" />
-
- </LinearLayout>
- </ScrollView>
-
-</merge> \ No newline at end of file