LastPipeBender/app/src/main/res/layout/activity_downloader.xml

14 lines
398 B
XML
Raw Normal View History

2020-10-09 20:24:02 +02:00
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2017-04-26 16:24:33 -03:00
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
2020-10-09 20:24:02 +02:00
<include layout="@layout/toolbar_layout" />
<FrameLayout
android:id="@+id/frame"
android:layout_width="match_parent"
2020-10-09 20:24:02 +02:00
android:layout_height="match_parent" />
2020-10-09 20:24:02 +02:00
</LinearLayout>