Domain/host name is a uri

This commit is contained in:
M66B 2018-09-20 14:16:09 +00:00
parent 9d0ca16713
commit 2d2021d861
2 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="domain.tld"
android:inputType="textNoSuggestions"
android:inputType="textUri"
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvDomain" />
@ -113,7 +113,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="imap.domain.tld"
android:inputType="textNoSuggestions"
android:inputType="textUri"
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvHost" />

View File

@ -144,7 +144,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="domain.tld"
android:inputType="textNoSuggestions"
android:inputType="textUri"
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvDomain" />
@ -198,7 +198,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="smtp.domain.tld"
android:inputType="textNoSuggestions"
android:inputType="textUri"
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvHost" />