fix poster not being scaled correctly

regression from 2de1419d36
This commit is contained in:
2020-11-26 17:07:33 +01:00
parent 78d9f3cfa5
commit dfaf359952
2 changed files with 2 additions and 5 deletions

View File

@ -36,7 +36,7 @@
android:layout_height="200dp"
android:layout_gravity="center"
app:shapeAppearance="@style/ShapeAppearance.Teapod.RoundedPoster"
app:srcCompat="@drawable/ic_launcher_background" />
tools:src="@drawable/ic_launcher_background" />
</FrameLayout>