2016-08-02 01:42:05 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<android.support.v7.widget.RecyclerView 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/list"
|
|
|
|
android:name="org.schabi.newpipe.SearchInfoItemFragment"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_marginLeft="16dp"
|
|
|
|
android:layout_marginRight="16dp"
|
|
|
|
app:layoutManager="LinearLayoutManager"
|
2016-08-02 15:06:02 +02:00
|
|
|
tools:context=".search_fragment.SearchInfoItemFragment"
|
2016-08-03 00:12:58 +02:00
|
|
|
tools:listitem="@layout/video_item"
|
|
|
|
android:scrollbars="vertical"/>
|