diff --git a/app/src/leanback/res/layout/dialog_live.xml b/app/src/leanback/res/layout/dialog_live.xml index eda820a38..a23285359 100644 --- a/app/src/leanback/res/layout/dialog_live.xml +++ b/app/src/leanback/res/layout/dialog_live.xml @@ -12,7 +12,7 @@ android:layout_width="0dp" android:layout_height="match_parent" android:layout_weight="1" - app:maxHeight="262dp" + app:maxHeight="264dp" tools:itemCount="5" tools:listitem="@layout/adapter_live" /> diff --git a/app/src/leanback/res/layout/dialog_site.xml b/app/src/leanback/res/layout/dialog_site.xml index eb3243be6..5946d5593 100644 --- a/app/src/leanback/res/layout/dialog_site.xml +++ b/app/src/leanback/res/layout/dialog_site.xml @@ -12,7 +12,7 @@ android:layout_width="0dp" android:layout_height="match_parent" android:layout_weight="1" - app:maxHeight="262dp" + app:maxHeight="264dp" tools:itemCount="5" tools:listitem="@layout/adapter_site" />