alpha 0.0.1
[DHBWCampusApp.git] / app / src / main / res / layout / fragment_mensa.xml
index db3775d422c8dcb12d8e2a68f3fb40240b022a87..310a1a6a5979a6b9410099589c07fc306f82edea 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="center"
+        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>