From a4f433de1580046211c156e72c0f78876b324b0b 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 2d4801035571668f60ef88815eebfc27c58c2097 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