aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/password.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/layout/password.xml')
-rw-r--r--src/main/res/layout/password.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/main/res/layout/password.xml b/src/main/res/layout/password.xml
deleted file mode 100644
index ed97898c3..000000000
--- a/src/main/res/layout/password.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?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">
-
- <EditText
- android:id="@+id/password"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:hint="@string/account_settings_password"
- android:inputType="textPassword" />
-
- <EditText
- android:id="@+id/confirm_password"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:hint="@string/confirm_password"
- android:inputType="textPassword"
- android:visibility="gone" />
-</LinearLayout> \ No newline at end of file