Highlighted course is now highlighted with the primary colour, 50% translucent

This commit is contained in:
denizk0461
2023-04-20 14:30:48 +02:00
parent b5f5e06b7f
commit 07a2902367
9 changed files with 37 additions and 14 deletions
+1
View File
@@ -3,6 +3,7 @@
<attr name="colorNavHighlight" format="color" />
<attr name="colorPrimaryOnContrast" format="color" />
<attr name="colorPrimary" format="color" />
<attr name="colorPrimaryTranslucent" format="color" />
<attr name="colorOnPrimary" format="color" />
<attr name="colorText" format="color" />
<attr name="colorTextHint" format="color" />
+2
View File
@@ -6,7 +6,9 @@
<!-- colours i defined -->
<color name="primaryDay">#B2665A</color>
<color name="primaryDayTranslucent">#80B2665A</color>
<color name="primaryNight">#995348</color>
<color name="primaryNightTranslucent">#80995348</color>
<color name="highlightDay">#871D1E</color>
<color name="highlightNight">#CB9890</color>
+2 -1
View File
@@ -4,6 +4,7 @@
<!-- <item name="fontFamily">@font/lato_regular</item>-->
<item name="colorPrimary">@color/primaryDay</item>
<item name="colorPrimaryTranslucent">@color/primaryDayTranslucent</item>
<item name="rippleColor">@color/primaryDay</item>
<item name="colorOnPrimary">@color/colorBackgroundDay</item>
@@ -31,7 +32,7 @@
</style>
<style name="NavigationViewItemIndicator" parent="Widget.Material3.BottomNavigationView.ActiveIndicator">
<item name="android:color">@color/primaryDay</item>
<item name="android:color">@color/primaryDayTranslucent</item>
</style>
<style name="SelectableItemTheme">