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
|
|
|
|
|
|
|
|
<!-- customisation -->
|
2023-04-08 15:13:11 +02:00
|
|
|
<item name="fontFamily">@font/lato_regular</item>
|
2023-04-12 10:49:30 +02:00
|
|
|
|
|
|
|
|
<!-- colour -->
|
|
|
|
|
<item name="colorPrimary">@color/primaryLight</item>
|
2023-04-08 11:41:02 +02:00
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="Theme.StudIPTimetable" parent="Base.Theme.StudIPTimetable" />
|
|
|
|
|
</resources>
|