mirror of https://github.com/M66B/FairEmail.git
Show larger icon in compact view
This commit is contained in:
parent
2fd7e4a7cd
commit
9218aad5b4
|
@ -47,10 +47,10 @@
|
|||
<ImageView
|
||||
android:id="@+id/ivAvatar"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_height="0dp"
|
||||
android:layout_marginStart="6dp"
|
||||
android:contentDescription="@string/title_legend_avatar"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/tvFrom"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/tvSubject"
|
||||
app:layout_constraintDimensionRatio="1:1"
|
||||
app:layout_constraintStart_toEndOf="@id/paddingStart"
|
||||
app:layout_constraintTop_toBottomOf="@id/paddingTop"
|
||||
|
@ -106,7 +106,7 @@
|
|||
android:layout_marginStart="6dp"
|
||||
android:contentDescription="@string/title_legend_folder_type"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/tvSubject"
|
||||
app:layout_constraintStart_toEndOf="@id/paddingStart"
|
||||
app:layout_constraintStart_toEndOf="@id/ivAvatar"
|
||||
app:layout_constraintTop_toTopOf="@+id/tvSubject"
|
||||
app:srcCompat="@drawable/baseline_edit_24" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue