From dfbd39e8985ad4b043bc382746bf2b1126711d3d Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Thu, 13 Apr 2023 22:39:55 +0200 Subject: [PATCH] fix: limit channel header height --- app/src/main/res/layout/fragment_channel.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/fragment_channel.xml b/app/src/main/res/layout/fragment_channel.xml index 29d9143c5..15995f8f3 100644 --- a/app/src/main/res/layout/fragment_channel.xml +++ b/app/src/main/res/layout/fragment_channel.xml @@ -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"