aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res
diff options
context:
space:
mode:
authorDaniel Ramos <hiperzone@gmail.com>2015-04-30 00:44:01 +0100
committerDaniel Ramos <hiperzone@gmail.com>2015-04-30 00:54:56 +0100
commite159e619d299c0e91f3f9527186e50649657dd73 (patch)
treed737c50bc3faade20fd988c3b0d02984300e55bc /OpenKeychain/src/main/res
parentc0fbafde688f2f60f475121bf8c8b8ef2a59ce6d (diff)
downloadopen-keychain-e159e619d299c0e91f3f9527186e50649657dd73.tar.gz
open-keychain-e159e619d299c0e91f3f9527186e50649657dd73.tar.bz2
open-keychain-e159e619d299c0e91f3f9527186e50649657dd73.zip
-removed unneeded inputType attribute from xml files (+1 squashed commits)
Squashed commits: [ef54e68] -code style fixing
Diffstat (limited to 'OpenKeychain/src/main/res')
-rw-r--r--OpenKeychain/src/main/res/layout/add_email_dialog.xml1
-rw-r--r--OpenKeychain/src/main/res/layout/create_key_email_fragment.xml1
2 files changed, 0 insertions, 2 deletions
diff --git a/OpenKeychain/src/main/res/layout/add_email_dialog.xml b/OpenKeychain/src/main/res/layout/add_email_dialog.xml
index 2de657a40..68d895145 100644
--- a/OpenKeychain/src/main/res/layout/add_email_dialog.xml
+++ b/OpenKeychain/src/main/res/layout/add_email_dialog.xml
@@ -21,7 +21,6 @@
android:layout_marginTop="16dp"
android:hint="@string/label_email"
android:imeOptions="actionNext"
- android:inputType="textEmailAddress"
android:textAppearance="?android:attr/textAppearanceMedium" />
</LinearLayout>
diff --git a/OpenKeychain/src/main/res/layout/create_key_email_fragment.xml b/OpenKeychain/src/main/res/layout/create_key_email_fragment.xml
index 7b9cffec4..17cfe54ac 100644
--- a/OpenKeychain/src/main/res/layout/create_key_email_fragment.xml
+++ b/OpenKeychain/src/main/res/layout/create_key_email_fragment.xml
@@ -32,7 +32,6 @@
android:layout_marginTop="16dp"
android:layout_marginBottom="8dp"
android:imeOptions="actionNext"
- android:inputType="textEmailAddress"
android:hint="@string/label_email"
android:ems="10" />