Archived
Added TimetableOverviewActivity.kt and a means to launch via a button through EventFragment.kt; implementation unfinished
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user