Fix blur width for landscape oriented stories.
This commit is contained in:
parent
08b7dcb1ee
commit
163c7de327
1 changed files with 1 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Reference in a new issue