alpha 0.0.1
[DHBWCampusApp.git] / app / src / main / res / layout / fragment_dashboard_mensa.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     android:orientation="vertical" android:layout_width="match_parent"
4     android:layout_height="match_parent"
5     android:paddingTop="4dp"
6     android:paddingRight="8dp"
7     android:paddingLeft="8dp">
8
9     <TextView
10         android:layout_width="wrap_content"
11         android:layout_height="wrap_content"
12         android:text="{date}"
13         android:id="@+id/menuDate"
14         android:textColor="@color/color_dhbw_darkred" />
15
16     <ScrollView
17         android:layout_width="match_parent"
18         android:layout_height="match_parent"
19         android:id="@+id/scrollView4" >
20
21         <LinearLayout
22             android:orientation="vertical"
23             android:layout_width="match_parent"
24             android:layout_height="wrap_content"
25             android:id="@+id/menuList"></LinearLayout>
26     </ScrollView>
27
28 </LinearLayout>