aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/res/layout
diff options
context:
space:
mode:
authoruberspot <onexemailx@gmail.com>2014-03-12 02:04:04 +0200
committeruberspot <onexemailx@gmail.com>2014-03-12 02:04:04 +0200
commitb955c3de0173cc2014f9b56553ef984d196deb1b (patch)
tree3e3f378ab53badb356571c62f53329409bdf4f2a /OpenPGP-Keychain/src/main/res/layout
parentd586ad288d2a6db803c12c8ae4a600630004f7bc (diff)
downloadopen-keychain-b955c3de0173cc2014f9b56553ef984d196deb1b.tar.gz
open-keychain-b955c3de0173cc2014f9b56553ef984d196deb1b.tar.bz2
open-keychain-b955c3de0173cc2014f9b56553ef984d196deb1b.zip
Add Email suggestions in Create Key activity
Diffstat (limited to 'OpenPGP-Keychain/src/main/res/layout')
-rw-r--r--OpenPGP-Keychain/src/main/res/layout/edit_key_user_id_item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenPGP-Keychain/src/main/res/layout/edit_key_user_id_item.xml b/OpenPGP-Keychain/src/main/res/layout/edit_key_user_id_item.xml
index 663949d8e..3030d6bae 100644
--- a/OpenPGP-Keychain/src/main/res/layout/edit_key_user_id_item.xml
+++ b/OpenPGP-Keychain/src/main/res/layout/edit_key_user_id_item.xml
@@ -49,7 +49,7 @@
android:paddingRight="5dip"
android:text="@string/label_email" />
- <EditText
+ <AutoCompleteTextView
android:id="@+id/email"
android:layout_width="match_parent"
android:layout_height="wrap_content"