1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 12:44:42 +00:00

Small layout improvement

This commit is contained in:
M66B 2020-06-13 14:28:03 +02:00
parent c8e47046f1
commit fe1a004c5e
2 changed files with 2 additions and 2 deletions

View file

@ -137,7 +137,7 @@
android:text="@string/menu_faq"
android:textColor="?attr/colorInfoForeground"
android:textStyle="bold"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvDraftsHint" />
<androidx.constraintlayout.widget.Group

View file

@ -152,7 +152,7 @@
android:text="@string/menu_faq"
android:textColor="?attr/colorInfoForeground"
android:textStyle="bold"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvOfficeAuthHint" />
<androidx.constraintlayout.widget.Group