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

9 lines
257 B
XML
Raw Normal View History

2017-04-26 21:24:33 +02:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="match_parent"
android:layout_width="match_parent">
<include layout="@layout/main_bg" />
</RelativeLayout>