Fix app details icon size

This commit is contained in:
emanuele-f 2022-05-19 23:17:28 +02:00
parent 66ca41beaf
commit 1754c27eec

View File

@ -17,8 +17,8 @@
tools:tint="@color/colorAccent"
android:layout_marginTop="10dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:maxHeight="80dp"
android:layout_height="80dp"
android:adjustViewBounds="true"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />