|
|
@ -3,7 +3,7 @@
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:padding="12dp">
|
|
|
|
android:padding="24dp">
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/tvCaption"
|
|
|
|
android:id="@+id/tvCaption"
|
|
|
@ -11,9 +11,7 @@
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:labelFor="@+id/etLink"
|
|
|
|
android:labelFor="@+id/etLink"
|
|
|
|
android:text="@string/title_open_link"
|
|
|
|
android:text="@string/title_open_link"
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Large"
|
|
|
|
android:textColor="?android:attr/textColorPrimary"
|
|
|
|
|
|
|
|
android:textStyle="bold"
|
|
|
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
|
|
|
|
|
@ -21,10 +19,11 @@
|
|
|
|
android:id="@+id/tvTitle"
|
|
|
|
android:id="@+id/tvTitle"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
android:layout_marginTop="24dp"
|
|
|
|
android:labelFor="@+id/etLink"
|
|
|
|
android:labelFor="@+id/etLink"
|
|
|
|
android:text="Link title"
|
|
|
|
android:text="Link title"
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
|
|
|
|
|
|
|
android:textStyle="italic"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tvCaption" />
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tvCaption" />
|
|
|
|
|
|
|
|
|
|
|
@ -32,6 +31,7 @@
|
|
|
|
android:id="@+id/etLink"
|
|
|
|
android:id="@+id/etLink"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
android:imeOptions="actionDone"
|
|
|
|
android:imeOptions="actionDone"
|
|
|
|
android:inputType="textUri|textMultiLine"
|
|
|
|
android:inputType="textUri|textMultiLine"
|
|
|
|
android:text="https://email.faircode.eu/"
|
|
|
|
android:text="https://email.faircode.eu/"
|
|
|
|