beta 0.1.1
[DHBWCampusApp.git] / app / src / main / res / layout / fragment_dashboard.xml
index 4f0d324fcf71afc7eaa671bef418faac40ecd5ab..8b71f0afee41fdc06b9503e337b74f906a5eef57 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"
@@ -56,7 +56,7 @@
     <android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
         android:id="@+id/card_mensa"
         android:layout_width="match_parent"
-        android:layout_height="180dp"
+        android:layout_height="220dp"
         android:layout_margin="8dp"
         card_view:cardCornerRadius="5dp">
 
@@ -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" />
                     android:layout_below="@+id/imageView6"
                     android:layout_alignParentLeft="true"
                     android:layout_alignParentStart="true"
-                    tools:layout="@layout/fragment_dashboard_news_dhbw" />
+                    tools:layout="@layout/fragment_dashboard_news_entry" />
 
             </RelativeLayout>
         </android.support.v7.widget.CardView>
                     android:layout_below="@+id/imageView7"
                     android:layout_alignParentLeft="true"
                     android:layout_alignParentStart="true"
-                    tools:layout="@layout/fragment_dashboard_news_stuv" />
+                    tools:layout="@layout/fragment_dashboard_news_none" />
 
             </RelativeLayout>
         </android.support.v7.widget.CardView>