Grundaufbau der App
[DHBWCampusApp.git] / app / src / main / res / layout / content_campus_app.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     xmlns:app="http://schemas.android.com/apk/res-auto"
4     xmlns:tools="http://schemas.android.com/tools"
5     android:orientation="vertical"
6     android:layout_width="match_parent"
7     android:layout_height="match_parent"
8     app:layout_behavior="@string/appbar_scrolling_view_behavior"
9     tools:context="de.dhbwloe.campusapp.CampusApp"
10     tools:showIn="@layout/app_bar_campus_app">
11
12     <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
13         android:id="@+id/fragment_container"
14         android:layout_width="match_parent"
15         android:layout_height="match_parent"
16          />
17
18 </RelativeLayout>