mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-22 07:42:52 +00:00
Small layout improvement
This commit is contained in:
parent
f67f822267
commit
fb4f0f2f58
1 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@
|
|||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvCount"
|
||||
android:id="@+id/tvType"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="6dp"
|
||||
|
@ -48,13 +48,13 @@
|
|||
app:layout_constraintTop_toBottomOf="@id/ivSync" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvType"
|
||||
android:id="@+id/tvCount"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="6dp"
|
||||
android:text="23"
|
||||
android:textAppearance="@android:style/TextAppearance.Small"
|
||||
app:layout_constraintStart_toEndOf="@id/tvCount"
|
||||
app:layout_constraintStart_toEndOf="@id/tvType"
|
||||
app:layout_constraintTop_toBottomOf="@id/ivSync" />
|
||||
|
||||
<TextView
|
||||
|
|
Loading…
Reference in a new issue