From 7e5f11192d8347633285db2271b858a3b111121d Mon Sep 17 00:00:00 2001 From: FongMi Date: Fri, 16 Feb 2024 09:15:15 +0800 Subject: [PATCH 1/2] Fix layout --- app/src/mobile/res/layout/fragment_setting_custom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/mobile/res/layout/fragment_setting_custom.xml b/app/src/mobile/res/layout/fragment_setting_custom.xml index 1d167db5c..7608d0329 100644 --- a/app/src/mobile/res/layout/fragment_setting_custom.xml +++ b/app/src/mobile/res/layout/fragment_setting_custom.xml @@ -48,7 +48,6 @@ android:id="@+id/size" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginTop="16dp" android:background="@drawable/shape_item" android:orientation="horizontal"> From 58981780aeb500424b8687160b8b3d42cf5121ba Mon Sep 17 00:00:00 2001 From: FongMi Date: Thu, 15 Feb 2024 22:50:50 +0800 Subject: [PATCH 2/2] 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