|
@@ -155,8 +155,7 @@ public class ConversationItem extends AbstractFlexibleItem<ConversationItem.Conv
|
|
holder.dialogUnreadBubble.setChipBackgroundColorResource(R.color.colorPrimary);
|
|
holder.dialogUnreadBubble.setChipBackgroundColorResource(R.color.colorPrimary);
|
|
holder.dialogUnreadBubble.setTextColor(Color.WHITE);
|
|
holder.dialogUnreadBubble.setTextColor(Color.WHITE);
|
|
} else {
|
|
} else {
|
|
- holder.dialogUnreadBubble.setChipBackgroundColor(ColorStateList.valueOf(
|
|
|
|
- ContextCompat.getColor(context, R.color.white)));
|
|
|
|
|
|
+ holder.dialogUnreadBubble.setChipBackgroundColorResource(R.color.bg_default);
|
|
holder.dialogUnreadBubble.setTextColor(ContextCompat.getColor(
|
|
holder.dialogUnreadBubble.setTextColor(ContextCompat.getColor(
|
|
context,
|
|
context,
|
|
R.color.colorPrimary));
|
|
R.color.colorPrimary));
|