Archived
Highlighted course is now highlighted with the primary colour, 50% translucent
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user