Center crop drop down icon

This commit is contained in:
M66B 2021-03-06 11:42:19 +01:00
parent a0f92a5fe5
commit 09a5a8bf0a
1 changed files with 1 additions and 1 deletions

View File

@ -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" />