Fragment für Stundenplan hinzugefügt

This commit is contained in:
Joshua
2018-07-03 14:26:08 +02:00
parent b82f0fd3f2
commit 2b34167724
5 changed files with 141 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".fragments.ScheduleFragment">
<!-- TODO: Update blank fragment layout -->
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="@string/hello_blank_fragment" />
</FrameLayout>

View File

@@ -31,4 +31,7 @@
<string name="date_scale">%1$s - %2$s</string>
<string name="open">Open</string>
<string name="close">Close</string>
<!-- TODO: Remove or change this placeholder text -->
<string name="hello_blank_fragment">Hello blank fragment</string>
</resources>