-removed unneeded inputType attribute from xml files (+1 squashed commits)

Squashed commits:

[ef54e68] -code style fixing
This commit is contained in:
Daniel Ramos
2015-04-30 00:44:01 +01:00
parent c0fbafde68
commit e159e619d2
3 changed files with 10 additions and 12 deletions

View File

@@ -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>

View File

@@ -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" />