This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2023-04-08 11:41:02 +02:00
|
|
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
|
<!-- Base application theme. -->
|
|
|
|
|
<style name="Base.Theme.StudIPTimetable" parent="Theme.Material3.DayNight.NoActionBar">
|
2023-04-12 10:49:30 +02:00
|
|
|
|
|
|
|
|
<!-- colour -->
|
|
|
|
|
<item name="colorPrimary">@color/primaryDark</item>
|
2023-04-08 11:41:02 +02:00
|
|
|
</style>
|
|
|
|
|
</resources>
|