From 892e2ccee3356acd4d75d3c140105fc046c0279a Mon Sep 17 00:00:00 2001 From: FongMi Date: Thu, 15 Feb 2024 22:50:50 +0800 Subject: [PATCH] Fix height --- app/src/leanback/res/layout/dialog_live.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/leanback/res/layout/dialog_live.xml b/app/src/leanback/res/layout/dialog_live.xml index 15274e7ad..cb2f85076 100644 --- a/app/src/leanback/res/layout/dialog_live.xml +++ b/app/src/leanback/res/layout/dialog_live.xml @@ -6,6 +6,6 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:padding="16dp" - app:maxHeight="264dp" + app:maxHeight="296dp" tools:itemCount="5" tools:listitem="@layout/adapter_live" /> \ No newline at end of file