Mensa Bild angepasst & links auf dem Dashboard hinzugefĆ¼gt
[DHBWCampusApp.git] / app / src / main / res / layout / fragment_mensa.xml
index db3775d422c8dcb12d8e2a68f3fb40240b022a87..0563194465fb7f1f9df0cdd3da55c9e8a04faa33 100644 (file)
@@ -1,7 +1,16 @@
-<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:app="http://schemas.android.com/apk/res-auto"
     android:layout_width="match_parent"
-    android:layout_height="match_parent">
+    android:layout_height="match_parent"
+    android:orientation="vertical">
+
+    <ImageView
+        android:layout_width="match_parent"
+        android:layout_height="100dp"
+        android:id="@+id/imageView8"
+        android:src="@drawable/dhbw_mensa"
+        android:scaleType="centerCrop"
+        android:background="#000000" />
 
     <android.support.design.widget.AppBarLayout
         android:layout_width="match_parent"
@@ -21,4 +30,4 @@
         android:layout_width="match_parent"
         android:layout_height="match_parent"
         app:layout_behavior="@string/appbar_scrolling_view_behavior"  />
-</android.support.design.widget.CoordinatorLayout>
+</LinearLayout>