mirror of https://github.com/M66B/FairEmail.git
Refactoring
This commit is contained in:
parent
ced2b2c792
commit
bdaaf46e86
|
@ -6,7 +6,7 @@
|
||||||
android:padding="24dp">
|
android:padding="24dp">
|
||||||
|
|
||||||
<eu.faircode.email.FixedTextView
|
<eu.faircode.email.FixedTextView
|
||||||
android:id="@+id/tvOpenLink"
|
android:id="@+id/tvInsertLink"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:labelFor="@+id/etLink"
|
android:labelFor="@+id/etLink"
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@id/tvOpenLink">
|
app:layout_constraintTop_toBottomOf="@id/tvInsertLink">
|
||||||
|
|
||||||
<requestFocus />
|
<requestFocus />
|
||||||
</eu.faircode.email.EditTextPlain>
|
</eu.faircode.email.EditTextPlain>
|
||||||
|
|
Loading…
Reference in New Issue