Grundaufbau der App
[DHBWCampusApp.git] / app / src / main / res / layout / fragment_mensa_tagesplan.xml
1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2     xmlns:tools="http://schemas.android.com/tools"
3     android:layout_width="match_parent"
4     android:layout_height="match_parent"
5     android:orientation="vertical"
6     tools:context="de.dhbwloe.campusapp.fragments.MensaTagesplan">
7
8     <!-- TODO: Update blank fragment layout -->
9
10     <ListView
11         android:layout_width="match_parent"
12         android:layout_height="wrap_content"
13         android:id="@+id/tagesplanItems"
14         android:layout_gravity="bottom|left|right|top" />
15 </LinearLayout>