mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-20 13:17:08 +00:00
Center crop drop down icon
This commit is contained in:
parent
a0f92a5fe5
commit
09a5a8bf0a
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@
|
|||
android:layout_marginTop="12dp"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:contentDescription="@string/title_legend_expander"
|
||||
android:scaleType="fitCenter"
|
||||
android:scaleType="centerCrop"
|
||||
app:layout_constraintStart_toStartOf="@+id/tvManual"
|
||||
app:layout_constraintTop_toBottomOf="@id/tvQuickNew"
|
||||
app:srcCompat="@drawable/dropdown" />
|
||||
|
|
Loading…
Reference in a new issue