aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/res/layout/edit_key_user_id_item.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-03-10 18:11:37 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-03-10 18:11:37 +0100
commitef8eb3f8b5839adb17dc487808c2c478497a61d3 (patch)
treee39b9e3b7415054f5433c2db3db377cdecba36ab /OpenPGP-Keychain/src/main/res/layout/edit_key_user_id_item.xml
parent83c346fec447a6748848938e994e19997d29092c (diff)
parente00436b4096466af37b3e32c3f3277c3604d85ee (diff)
downloadopen-keychain-ef8eb3f8b5839adb17dc487808c2c478497a61d3.tar.gz
open-keychain-ef8eb3f8b5839adb17dc487808c2c478497a61d3.tar.bz2
open-keychain-ef8eb3f8b5839adb17dc487808c2c478497a61d3.zip
Merge pull request #381 from bhargavgolla/Lint-error-fix
Lint changes #223
Diffstat (limited to 'OpenPGP-Keychain/src/main/res/layout/edit_key_user_id_item.xml')
-rw-r--r--OpenPGP-Keychain/src/main/res/layout/edit_key_user_id_item.xml3
1 files changed, 2 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..437e5ebaf 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
@@ -71,7 +71,8 @@
android:id="@+id/comment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_weight="1" />
+ android:layout_weight="1"
+ android:inputType="text"/>
</TableRow>
</TableLayout>