mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 16:49:40 +01:00
Move theme colors to core-ui.
This commit is contained in:
@@ -267,7 +267,7 @@ class CallLogAdapter(
|
||||
TextViewCompat.setCompoundDrawableTintList(
|
||||
binding.callInfo,
|
||||
ColorStateList.valueOf(
|
||||
ContextCompat.getColor(context, R.color.signal_colorOnSurfaceVariant)
|
||||
ContextCompat.getColor(context, CoreUiR.color.signal_colorOnSurfaceVariant)
|
||||
)
|
||||
)
|
||||
|
||||
@@ -374,9 +374,9 @@ class CallLogAdapter(
|
||||
val color = ContextCompat.getColor(
|
||||
context,
|
||||
if (call.record.isDisplayedAsMissedCallInUi) {
|
||||
R.color.signal_colorError
|
||||
CoreUiR.color.signal_colorError
|
||||
} else {
|
||||
R.color.signal_colorOnSurfaceVariant
|
||||
CoreUiR.color.signal_colorOnSurfaceVariant
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user