alpha 0.0.1
[DHBWCampusApp.git] / app / src / main / res / layout / fragment_vorlesungsplan_groups.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     tools:context="de.dhbwloe.campusapp.fragments.VorlesungsplanGroups"
6     android:orientation="vertical">
7
8     <!-- TODO: Update blank fragment layout -->
9
10     <CheckBox
11         android:layout_width="wrap_content"
12         android:layout_height="wrap_content"
13         android:text="@string/vorlesungsplan_show_old_courses"
14         android:id="@+id/showOldCourses" />
15
16     <ListView
17         android:layout_width="match_parent"
18         android:layout_height="wrap_content"
19         android:id="@+id/listView"
20         android:layout_gravity="center_horizontal" />
21 </LinearLayout>