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