fix: limit channel header height

This commit is contained in:
ThetaDev 2023-04-13 22:39:55 +02:00 committed by Stypox
parent b5893f3fa3
commit dfbd39e898
No known key found for this signature in database
GPG Key ID: 4BDF1B40A49FDD23
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
android:id="@+id/channel_banner_image"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:maxHeight="70dp"
android:adjustViewBounds="true"
android:scaleType="centerCrop"
tools:src="@drawable/placeholder_channel_banner"