aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian S <christian@pix-art.de>2016-04-23 10:08:12 +0200
committerChristian S <christian@pix-art.de>2016-04-23 10:08:12 +0200
commitd8b928c81b0e53bb62e88678381e23c9e5b5c55b (patch)
tree6c382db3d50ce7ff648c757e994e5dcbd6e844eb
parente9e796d185b106dafca6d7dc5093929c0bbe6dea (diff)
disable suggestions in password field
-rw-r--r--src/main/res/layout/activity_edit_account.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/layout/activity_edit_account.xml b/src/main/res/layout/activity_edit_account.xml
index 62cc947dc..d333ef126 100644
--- a/src/main/res/layout/activity_edit_account.xml
+++ b/src/main/res/layout/activity_edit_account.xml
@@ -82,7 +82,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/password"
- android:inputType="text"
+ android:inputType="text|textNoSuggestions"
android:textColor="@color/black87"
android:textColorHint="@color/black54"
android:textSize="?attr/TextSizeBody" />