alpha 0.0.2
[DHBWCampusApp.git] / app / src / main / res / layout-land / fragment_dashboard.xml
index 994876f45dfcc6a9abe71326e0d3bb55a929f585..b23f1ea4298c42c1f63cf0cdaa5d45b17a01ae17 100644 (file)
@@ -33,7 +33,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"
@@ -55,7 +55,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" />
@@ -76,7 +76,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"
@@ -99,7 +99,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" />