mirror of https://github.com/FongMi/TV.git
parent
915cfcb8f1
commit
89733e77d5
@ -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…
Reference in new issue