Fix crash on tablets when clicking on cover

pull/115/head
Zakhar Timoshenko 4 years ago
parent eec21fc5c1
commit f46a9c5f3a

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

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

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

Loading…
Cancel
Save