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.
Files
weserplaner/app/src/main/res/values/themes.xml
T

10 lines
475 B
XML
Raw Normal View History

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">
<!-- Customize your light theme here. -->
<!-- <item name="colorPrimary">@color/my_light_primary</item> -->
2023-04-08 15:13:11 +02:00
<item name="fontFamily">@font/lato_regular</item>
2023-04-08 11:41:02 +02:00
</style>
<style name="Theme.StudIPTimetable" parent="Base.Theme.StudIPTimetable" />
</resources>