[merge] Make unread indicator accent color as before
Change-Id: I511adcfd2be159f1ba392525af6e60196a774901
This commit is contained in:
parent
2f5df9133f
commit
161780899e
@ -695,7 +695,7 @@ class HomeDetailFragment @Inject constructor(
|
|||||||
backgroundColor = if (highlight) {
|
backgroundColor = if (highlight) {
|
||||||
ThemeUtils.getColor(requireContext(), R.attr.colorError)
|
ThemeUtils.getColor(requireContext(), R.attr.colorError)
|
||||||
} else {
|
} else {
|
||||||
ThemeUtils.getColor(requireContext(), R.attr.vctr_content_secondary)
|
ThemeUtils.getColor(requireContext(), R.attr.colorAccent)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -4,5 +4,5 @@
|
|||||||
|
|
||||||
<corners android:radius="40dp" />
|
<corners android:radius="40dp" />
|
||||||
|
|
||||||
<solid android:color="?vctr_content_secondary" />
|
<solid android:color="?colorAccent" />
|
||||||
</shape>
|
</shape>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user