Update dialog_live.xml

pull/265/head
FongMi 2 years ago
parent 915cfcb8f1
commit 89733e77d5
  1. 24
      app/src/leanback/res/layout/dialog_live.xml

@ -1,20 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<com.fongmi.android.tv.ui.custom.CustomRecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/recycler"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:padding="16dp">
<com.fongmi.android.tv.ui.custom.CustomRecyclerView
android:id="@+id/recycler"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:overScrollMode="never"
app:maxHeight="264dp"
tools:itemCount="5"
tools:listitem="@layout/adapter_live" />
</LinearLayout>
android:layout_height="match_parent"
android:overScrollMode="never"
android:padding="16dp"
app:maxHeight="264dp"
tools:itemCount="5"
tools:listitem="@layout/adapter_live" />
Loading…
Cancel
Save