1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-07-08 04:44:25 +00:00
NewPipe/app/src/main/res/layout/activity_downloader.xml
2017-04-26 16:24:33 -03:00

14 lines
399 B
XML

<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<include layout="@layout/toolbar_layout"/>
<FrameLayout
android:id="@+id/frame"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</LinearLayout>