alpha 0.0.2
[DHBWCampusApp.git] / app / src / main / res / layout / fragment_dashboard.xml
index 4f0d324fcf71afc7eaa671bef418faac40ecd5ab..8c8ac467b0a20f7c4d78d38cbd644fe6415876fb 100644 (file)
@@ -22,7 +22,7 @@
             <ImageView
                 android:layout_width="fill_parent"
                 android:layout_height="70dp"
-                android:id="@+id/imageView4"
+                android:id="@+id/timetable_image"
                 android:layout_alignParentTop="true"
                 android:layout_alignParentLeft="true"
                 android:layout_alignParentStart="true"
@@ -44,7 +44,7 @@
                 android:layout_width="match_parent"
                 android:layout_height="fill_parent"
                 android:name="de.dhbwloe.campusapp.fragments.DashboardVorlesungsplan"
-                android:layout_below="@+id/imageView4"
+                android:layout_below="@+id/timetable_image"
                 android:layout_alignParentLeft="true"
                 android:layout_alignParentStart="true"
                 android:id="@+id/fragment_timetable"
@@ -67,7 +67,7 @@
             <ImageView
                 android:layout_width="fill_parent"
                 android:layout_height="70dp"
-                android:id="@+id/imageView5"
+                android:id="@+id/mensa_image"
                 android:layout_alignParentTop="true"
                 android:layout_alignParentLeft="true"
                 android:layout_alignParentStart="true"
@@ -90,7 +90,7 @@
                 android:layout_height="fill_parent"
                 android:name="de.dhbwloe.campusapp.fragments.DashboardMensa"
                 android:id="@+id/fragment_mensa"
-                android:layout_below="@+id/imageView5"
+                android:layout_below="@+id/mensa_image"
                 android:layout_alignParentLeft="true"
                 android:layout_alignParentStart="true"
                 tools:layout="@layout/fragment_dashboard_mensa_menu" />