mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-04 15:28:21 +03:00
14 lines
638 B
XML
14 lines
638 B
XML
|
<?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"
|
||
|
tools:context="org.schabi.newpipe.SearchInfoItemFragment"
|
||
|
tools:listitem="@layout/video_item" />
|