mirror of https://github.com/FongMi/TV.git
parent
892e2ccee3
commit
8a19c48f97
@ -1,9 +1,12 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<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:layout_height="match_parent" |
||||
android:padding="16dp" |
||||
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" |
||||
app:maxHeight="352dp" /> |
||||
app:maxHeight="296dp" |
||||
tools:itemCount="5" |
||||
tools:listitem="@layout/adapter_doh" /> |
||||
Loading…
Reference in new issue