1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-02-05 05:30:07 +00:00
NewPipe/app/src/main/res/layout/activity_main.xml

16 lines
583 B
XML
Raw Normal View History

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>