use poster as backdrop if no backdrop is set, update to android studio

* update gradle to version 6.5
* update android gradle plugin to version 4.1
This commit is contained in:
2020-10-13 12:27:13 +02:00
parent c947105a1f
commit 597271d4de
5 changed files with 20 additions and 32 deletions

View File

@ -25,9 +25,10 @@
android:id="@+id/image_backdrop"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
android:adjustViewBounds="false"
android:maxHeight="231dp"
android:minHeight="220dp" />
android:minHeight="220dp"
android:scaleType="centerCrop" />
<ImageView
android:id="@+id/image_poster"