New fragments can now be accessed via an experimental setting. They tell the user via snack message that their functionality is not yet implemented

This commit is contained in:
denizk0461
2023-05-20 23:01:53 +02:00
parent ff930b89c0
commit fb155550b3
21 changed files with 285 additions and 57 deletions
+12 -1
View File
@@ -10,10 +10,21 @@
android:name="com.denizk0461.weserplaner.fragment.EventFragment"
android:label="EventFragment"
tools:layout="@layout/fragment_event"/>
<fragment
android:id="@+id/exam_overview"
android:name="com.denizk0461.weserplaner.fragment.TaskOverviewFragment"
android:label="ExamOverviewFragment"
tools:layout="@layout/fragment_task_overview"/>
<fragment
android:id="@+id/canteen"
android:name="com.denizk0461.weserplaner.fragment.CanteenFragment"
android:label="CanteenFragment"/>
android:label="CanteenFragment"
tools:layout="@layout/fragment_canteen"/>
<fragment
android:id="@+id/room_finder"
android:name="com.denizk0461.weserplaner.fragment.RoomFinderFragment"
android:label="RoomFinderFragment"
tools:layout="@layout/fragment_room_finder"/>
<fragment
android:id="@+id/settings"
android:name="com.denizk0461.weserplaner.fragment.SettingsFragment"