mirror of
https://github.com/oxen-io/session-android.git
synced 2025-05-01 22:10:49 +00:00
Fix colors
This commit is contained in:
parent
45eb3549f6
commit
e9a15941ae
@ -303,7 +303,7 @@ class VisibleMessageView : LinearLayout {
|
|||||||
message.isSyncFailed ->
|
message.isSyncFailed ->
|
||||||
MessageStatusInfo(
|
MessageStatusInfo(
|
||||||
R.drawable.ic_delivery_status_failed,
|
R.drawable.ic_delivery_status_failed,
|
||||||
resources.getColor(R.color.destructive, context.theme),
|
context.getColor(R.color.accent_orange),
|
||||||
R.string.delivery_status_sync_failed,
|
R.string.delivery_status_sync_failed,
|
||||||
null
|
null
|
||||||
)
|
)
|
||||||
@ -316,7 +316,7 @@ class VisibleMessageView : LinearLayout {
|
|||||||
message.isResyncing ->
|
message.isResyncing ->
|
||||||
MessageStatusInfo(
|
MessageStatusInfo(
|
||||||
R.drawable.ic_delivery_status_sending,
|
R.drawable.ic_delivery_status_sending,
|
||||||
context.getColorFromAttr(R.attr.message_status_color), R.string.delivery_status_syncing,
|
context.getColor(R.color.accent_orange), R.string.delivery_status_syncing,
|
||||||
context.getString(R.string.AccessibilityId_message_sent_status_syncing)
|
context.getString(R.string.AccessibilityId_message_sent_status_syncing)
|
||||||
)
|
)
|
||||||
message.isRead ->
|
message.isRead ->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user