Klausurübersicht hinzugefügt
[DHBWCampusApp.git] / app / src / main / res / layout / fragment_vorlesungsplan_exams.xml
index b7fe84e0a00e154e5a2d18a6e9e9e23a8790ae37..6bfc77a932195cb413bd7cd71d329471e56ece87 100644 (file)
@@ -1,13 +1,14 @@
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:tools="http://schemas.android.com/tools"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
-    tools:context="de.dhbwloe.campusapp.fragments.VorlesungsplanExams">
+    tools:context="de.dhbwloe.campusapp.fragments.VorlesungsplanGroups"
+    android:orientation="vertical">
 
-    <!-- TODO: Update blank fragment layout -->
-    <TextView
-        android:layout_width="match_parent"
-        android:layout_height="match_parent"
-        android:text="@string/hello_blank_fragment" />
 
-</FrameLayout>
+    <ListView
+        android:layout_width="match_parent"
+        android:layout_height="wrap_content"
+        android:id="@+id/listView"
+        android:layout_gravity="center_horizontal" />
+</LinearLayout>
\ No newline at end of file