mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-04 02:09:39 +02:00
Fixed wrong text input types #12
This commit is contained in:
parent
78d9a8411f
commit
cb5dae676e
1 changed files with 3 additions and 6 deletions
|
@ -162,8 +162,7 @@
|
||||||
android:id="@+id/imap_login_text"
|
android:id="@+id/imap_login_text"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:hint="@string/RegistrationActivity_imap_login"
|
android:hint="@string/RegistrationActivity_imap_login" />
|
||||||
android:inputType="text" />
|
|
||||||
|
|
||||||
</android.support.design.widget.TextInputLayout>
|
</android.support.design.widget.TextInputLayout>
|
||||||
|
|
||||||
|
@ -180,8 +179,7 @@
|
||||||
android:id="@+id/imap_server_text"
|
android:id="@+id/imap_server_text"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:hint="@string/RegistrationActivity_imap_server"
|
android:hint="@string/RegistrationActivity_imap_server" />
|
||||||
android:inputType="number" />
|
|
||||||
|
|
||||||
</android.support.design.widget.TextInputLayout>
|
</android.support.design.widget.TextInputLayout>
|
||||||
|
|
||||||
|
@ -284,8 +282,7 @@
|
||||||
android:id="@+id/smtp_server_text"
|
android:id="@+id/smtp_server_text"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:hint="@string/RegistrationActivity_smtp_server"
|
android:hint="@string/RegistrationActivity_smtp_server" />
|
||||||
android:inputType="text" />
|
|
||||||
|
|
||||||
</android.support.design.widget.TextInputLayout>
|
</android.support.design.widget.TextInputLayout>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue