Fix blur width for landscape oriented stories.

This commit is contained in:
Cody Henthorne 2022-10-20 21:25:22 -04:00
parent 08b7dcb1ee
commit 163c7de327

View file

@ -6,7 +6,7 @@
<ImageView
android:id="@+id/blur"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:importantForAccessibility="no"
android:scaleType="centerCrop" />