mirror of https://github.com/FongMi/TV.git
parent
915cfcb8f1
commit
89733e77d5
@ -1,20 +1,12 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
<?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:app="http://schemas.android.com/apk/res-auto" |
||||||
xmlns:tools="http://schemas.android.com/tools" |
xmlns:tools="http://schemas.android.com/tools" |
||||||
|
android:id="@+id/recycler" |
||||||
android:layout_width="match_parent" |
android:layout_width="match_parent" |
||||||
android:layout_height="wrap_content" |
android:layout_height="match_parent" |
||||||
android:orientation="horizontal" |
android:overScrollMode="never" |
||||||
android:padding="16dp"> |
android:padding="16dp" |
||||||
|
app:maxHeight="264dp" |
||||||
<com.fongmi.android.tv.ui.custom.CustomRecyclerView |
tools:itemCount="5" |
||||||
android:id="@+id/recycler" |
tools:listitem="@layout/adapter_live" /> |
||||||
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> |
|
||||||
Loading…
Reference in new issue