diff --git a/app/src/main/res/layout-w600dp-land/fragment_details.xml b/app/src/main/res/layout-w600dp-land/fragment_details.xml index 3d985c834..01d70b842 100644 --- a/app/src/main/res/layout-w600dp-land/fragment_details.xml +++ b/app/src/main/res/layout-w600dp-land/fragment_details.xml @@ -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" /> diff --git a/app/src/main/res/layout-w600dp-port/fragment_details.xml b/app/src/main/res/layout-w600dp-port/fragment_details.xml index 96e5232d9..8fdc987eb 100644 --- a/app/src/main/res/layout-w600dp-port/fragment_details.xml +++ b/app/src/main/res/layout-w600dp-port/fragment_details.xml @@ -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" /> diff --git a/app/src/main/res/layout/fragment_details.xml b/app/src/main/res/layout/fragment_details.xml index 5a70cdbb7..8d2c03703 100644 --- a/app/src/main/res/layout/fragment_details.xml +++ b/app/src/main/res/layout/fragment_details.xml @@ -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"