Added TimetableOverviewActivity.kt and a means to launch via a button through EventFragment.kt; implementation unfinished

This commit is contained in:
denizk0461
2023-05-25 12:32:10 +02:00
parent e52a055cf1
commit 98a3a13623
22 changed files with 313 additions and 42 deletions
+8
View File
@@ -41,6 +41,14 @@
android:configChanges="orientation|keyboardHidden|screenSize"
android:theme="@style/Theme.StudIPTimetable">
</activity>
<activity
android:name=".activity.TimetableOverviewActivity"
android:exported="false"
android:configChanges="orientation|keyboardHidden|screenSize"
android:theme="@style/Theme.StudIPTimetable"
android:screenOrientation="landscape">
</activity>
</application>
</manifest>