mirror of https://github.com/M66B/FairEmail.git
Small layout improvement
This commit is contained in:
parent
149c61133e
commit
89dc0a68c8
|
@ -27,10 +27,11 @@
|
||||||
|
|
||||||
<CheckBox
|
<CheckBox
|
||||||
android:id="@+id/cbInline"
|
android:id="@+id/cbInline"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="3dp"
|
android:layout_marginTop="3dp"
|
||||||
android:text="@string/title_show_inline"
|
android:text="@string/title_show_inline"
|
||||||
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@+id/rvAttachment" />
|
app:layout_constraintTop_toBottomOf="@+id/rvAttachment" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue