alpha 0.0.1
[DHBWCampusApp.git] / app / src / main / res / layout / fragment_mensa_weekend.xml
diff --git a/app/src/main/res/layout/fragment_mensa_weekend.xml b/app/src/main/res/layout/fragment_mensa_weekend.xml
new file mode 100644 (file)
index 0000000..261db52
--- /dev/null
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:orientation="vertical" android:layout_width="match_parent"
+    android:layout_height="match_parent">
+
+    <TextView
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:textAppearance="?android:attr/textAppearanceLarge"
+        android:text="@string/mensa_weekend"
+        android:id="@+id/textView13"
+        android:layout_gravity="center_horizontal"
+        android:layout_marginTop="20dp" />
+</LinearLayout>
\ No newline at end of file