Fix crash on tablets when clicking on cover

This commit is contained in:
Zakhar Timoshenko
2022-03-02 14:28:28 +03:00
parent eec21fc5c1
commit f46a9c5f3a
3 changed files with 2 additions and 1 deletions

View File

@@ -37,6 +37,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scaleType="centerCrop"
android:transitionName="cover"
tools:background="@tools:sample/backgrounds/scenic"
tools:ignore="ContentDescription" />

View File

@@ -37,6 +37,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scaleType="centerCrop"
android:transitionName="cover"
tools:background="@tools:sample/backgrounds/scenic"
tools:ignore="ContentDescription" />

View File

@@ -36,7 +36,6 @@
android:id="@+id/imageView_cover"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:scaleType="centerCrop"
android:transitionName="cover"
tools:background="@tools:sample/backgrounds/scenic"