Archived
13 lines
469 B
XML
13 lines
469 B
XML
<resources xmlns:tools="http://schemas.android.com/tools">
|
|
<!-- Base application theme. -->
|
|
<style name="Base.Theme.StudIPTimetable" parent="Theme.Material3.DayNight.NoActionBar">
|
|
|
|
<!-- customisation -->
|
|
<item name="fontFamily">@font/lato_regular</item>
|
|
|
|
<!-- colour -->
|
|
<item name="colorPrimary">@color/primaryLight</item>
|
|
</style>
|
|
|
|
<style name="Theme.StudIPTimetable" parent="Base.Theme.StudIPTimetable" />
|
|
</resources> |