added the timetable week vie

This commit is contained in:
2018-11-06 16:17:41 +01:00
parent 2c81c80456
commit 9c5eeaa20b
3 changed files with 98 additions and 4 deletions

View File

@ -5,9 +5,19 @@
android:layout_height="match_parent"
tools:context=".fragments.TimeTableFragment">
<TextView
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="@string/hello_blank_fragment"/>
android:layout_height="match_parent">
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content" android:id="@+id/linLayout_TTFragment">
</LinearLayout>
</ScrollView>
</androidx.constraintlayout.widget.ConstraintLayout>
</FrameLayout>