|
|
@ -125,10 +125,10 @@
|
|
|
|
android:id="@+id/tvImap"
|
|
|
|
android:id="@+id/tvImap"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="6dp"
|
|
|
|
|
|
|
|
android:gravity="center_horizontal"
|
|
|
|
android:gravity="center_horizontal"
|
|
|
|
android:text="imap.domain.tld:993"
|
|
|
|
android:text="imap.domain.tld:993"
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
|
|
|
|
|
|
|
android:textColor="?android:attr/textColorPrimary"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tvImapTitle" />
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tvImapTitle" />
|
|
|
|
|
|
|
|
|
|
|
@ -147,10 +147,10 @@
|
|
|
|
android:id="@+id/tvSmtp"
|
|
|
|
android:id="@+id/tvSmtp"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="6dp"
|
|
|
|
|
|
|
|
android:gravity="center_horizontal"
|
|
|
|
android:gravity="center_horizontal"
|
|
|
|
android:text="smtp.domain.tld:993"
|
|
|
|
android:text="smtp.domain.tld:993"
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
|
|
|
|
|
|
|
android:textColor="?android:attr/textColorPrimary"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tvSmtpTitle" />
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tvSmtpTitle" />
|
|
|
|
|
|
|
|
|
|
|
|