aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/password.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-02-08 12:17:18 +0100
committerChristian Schneppe <christian@pix-art.de>2019-02-08 12:17:18 +0100
commitadc02102534337b5614ca9a90e48d55079e321d7 (patch)
tree70de02de89029869c501dd0e3a6f8743ae242df4 /src/main/res/layout/password.xml
parentaa4117c935ed98c856242332d23d19a007fcb48b (diff)
clean unused resources
Diffstat (limited to '')
-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