Archived
Currently changing the app's colours. fuck i spent so much time changing the fucking status bar colour. like stackoverflow is so damn outdated on this topic
This commit is contained in:
@@ -2,4 +2,7 @@
|
||||
<resources>
|
||||
<attr name="colorNavHighlight" format="color" />
|
||||
<attr name="colorPrimaryOnContrast" format="color" />
|
||||
<attr name="colorText" format="color" />
|
||||
<attr name="colorTextHint" format="color" />
|
||||
<attr name="colorBackground" format="color" />
|
||||
</resources>
|
||||
@@ -6,11 +6,20 @@
|
||||
<!-- <color name="primaryLight">#0F4759</color>-->
|
||||
<!-- <color name="primaryDark">#62CCE4</color>-->
|
||||
|
||||
<color name="primaryDark">#B82729</color>
|
||||
<color name="primaryLight">#B2665A</color>
|
||||
<color name="primaryDay">#B82729</color>
|
||||
<color name="primaryNight">#B2665A</color>
|
||||
|
||||
<color name="highlightDark">#871D1E</color>
|
||||
<color name="highlightLight">#CB9890</color>
|
||||
<color name="highlightDay">#871D1E</color>
|
||||
<color name="highlightNight">#CB9890</color>
|
||||
|
||||
<color name="colorTextDay">#CB9890</color> // TODO
|
||||
<color name="colorTextNight">#CDCBCB</color>
|
||||
|
||||
<color name="colorTextHintDay">#CB9890</color> // TODO
|
||||
<color name="colorTextHintNight">#B9B6B6</color>
|
||||
|
||||
<color name="colorBackgroundDay">#151414</color> // TODO
|
||||
<color name="colorBackgroundNight">#151414</color>
|
||||
|
||||
<!-- <color name="colorPrimaryOnContrastLight">#E6898B</color>-->
|
||||
<!-- <color name="colorPrimaryOnContrastDark">#B77166</color>-->
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<string name="friday">FRIDAY</string>
|
||||
|
||||
<string name="title_schedule">Your Schedule</string>
|
||||
<string name="title_food">Canteen Plans</string>
|
||||
<string name="title_food">Canteen Offers</string>
|
||||
<string name="title_settings">App Settings</string>
|
||||
|
||||
<string name="nav_schedule">Schedule</string>
|
||||
@@ -30,7 +30,7 @@
|
||||
<string name="settings_quarter_subtitle">Where applicable</string>
|
||||
<string name="settings_app_version">App Version</string>
|
||||
|
||||
<string name="with_love">with ♡️ from Osterholz\nMade by Deniz \\__*</string>
|
||||
<string name="with_love">with ♡️ from Bremen-Osterholz\nmade by denizk0461 \\__*</string>
|
||||
|
||||
<string name="lorem_ipsum">
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam in scelerisque sem. Mauris
|
||||
|
||||
@@ -2,25 +2,28 @@
|
||||
<!-- Base application theme. -->
|
||||
<style name="Base.Theme.StudIPTimetable" parent="Theme.Material3.DayNight.NoActionBar">
|
||||
|
||||
<item name="android:textColor">?attr/colorText</item>
|
||||
<item name="android:windowBackground">@color/colorBackgroundDay</item>
|
||||
|
||||
<!-- customisation -->
|
||||
<item name="fontFamily">@font/lato_regular</item>
|
||||
|
||||
<!-- colour -->
|
||||
<item name="colorPrimary">@color/primaryDark</item>
|
||||
<item name="rippleColor">@color/primaryDark</item>
|
||||
<item name="colorPrimary">@color/primaryDay</item>
|
||||
<item name="rippleColor">@color/primaryDay</item>
|
||||
|
||||
<item name="colorNavHighlight">@color/highlightDark</item>
|
||||
<item name="colorNavHighlight">@color/highlightDay</item>
|
||||
<!-- <item name="colorPrimaryOnContrast">@color/colorPrimaryOnContrastLight</item>-->
|
||||
</style>
|
||||
|
||||
<style name="Theme.StudIPTimetable" parent="Base.Theme.StudIPTimetable" />
|
||||
|
||||
<style name="NavigationViewItemIndicator" parent="Widget.Material3.BottomNavigationView.ActiveIndicator">
|
||||
<item name="android:color">@color/primaryDark</item>
|
||||
<item name="android:color">@color/primaryDay</item>
|
||||
</style>
|
||||
|
||||
<style name="SelectableItemTheme">
|
||||
<!-- <item name="colorControlHighlight">?attr/colorPrimary</item>-->
|
||||
<item name="colorControlHighlight">@color/primaryLight</item>
|
||||
<item name="colorControlHighlight">@color/primaryDay</item>
|
||||
</style>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user