diff --git a/app/src/leanback/res/layout/dialog_live.xml b/app/src/leanback/res/layout/dialog_live.xml index 26ea92f67..172fc4a82 100644 --- a/app/src/leanback/res/layout/dialog_live.xml +++ b/app/src/leanback/res/layout/dialog_live.xml @@ -1,20 +1,12 @@ - - - - - \ No newline at end of file + android:layout_height="match_parent" + android:overScrollMode="never" + android:padding="16dp" + app:maxHeight="264dp" + tools:itemCount="5" + tools:listitem="@layout/adapter_live" /> \ No newline at end of file