mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-29 03:05:31 +00:00
Small layout improvement
This commit is contained in:
parent
1ddc79e950
commit
a29736deaf
1 changed files with 3 additions and 2 deletions
|
@ -13,12 +13,13 @@
|
|||
|
||||
<eu.faircode.email.FixedTextView
|
||||
android:id="@+id/tvCaption"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:drawableStart="@drawable/twotone_palette_24"
|
||||
android:drawableEnd="@drawable/twotone_palette_24"
|
||||
android:drawablePadding="6dp"
|
||||
android:text="@string/title_setup_theme"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Large"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue