NewPipe/app/src/main/res/layout/activity_main.xml

17 lines
589 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"
2016-08-02 01:26:12 +02:00
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context="org.schabi.newpipe.MainActivity">
2016-08-02 01:26:12 +02:00
<FrameLayout
android:id="@+id/fragment_holder"
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:42:05 +02:00
2016-08-02 01:26:12 +02:00
</RelativeLayout>