2016-08-02 01:26:12 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
tools:context="org.schabi.newpipe.MainActivity"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
2016-08-02 01:42:05 +02:00
|
|
|
<fragment
|
|
|
|
android:id="@+id/search_fragment"
|
2016-08-02 15:06:02 +02:00
|
|
|
android:name="org.schabi.newpipe.search_fragment.SearchInfoItemFragment"
|
2016-08-02 01:42:05 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent" />
|
|
|
|
|
2016-08-02 01:26:12 +02:00
|
|
|
</RelativeLayout>
|