Archived
Added bottom navigation view (currently unpopulated) and changed logic for pages
This commit is contained in:
@@ -2,4 +2,7 @@
|
||||
<resources>
|
||||
<color name="black">#FF000000</color>
|
||||
<color name="white">#FFFFFFFF</color>
|
||||
|
||||
<color name="primaryLight">#0F4759</color>
|
||||
<color name="primaryDark">#62CCE4</color>
|
||||
</resources>
|
||||
@@ -13,6 +13,8 @@
|
||||
<string name="thursday">THURSDAY</string>
|
||||
<string name="friday">FRIDAY</string>
|
||||
|
||||
<string name="your_schedule">Your Schedule</string>
|
||||
|
||||
<string name="lorem_ipsum">
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam in scelerisque sem. Mauris
|
||||
volutpat, dolor id interdum ullamcorper, risus dolor egestas lectus, sit amet mattis purus
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
<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> -->
|
||||
|
||||
<!-- customisation -->
|
||||
<item name="fontFamily">@font/lato_regular</item>
|
||||
|
||||
<!-- colour -->
|
||||
<item name="colorPrimary">@color/primaryLight</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.StudIPTimetable" parent="Base.Theme.StudIPTimetable" />
|
||||
|
||||
Reference in New Issue
Block a user