Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
Mario Danic 2018-05-09 11:10:22 +02:00
parent 99fd0f902d
commit 4f2880bf9b
2 changed files with 2 additions and 3 deletions

View File

@ -74,7 +74,7 @@ public class MagicOutcomingTextMessageViewHolder extends MessageHolders.Outcomin
if (!individualHashMap.get("id").equals(currentUser.getUserId())) {
messageString = DisplayUtils.searchAndColor(messageText.getText().toString(),
messageString, "@" + individualHashMap.get("name"), NextcloudTalkApplication
.getSharedApplication().getResources().getColor(R.color.nc_outcoming_text_mention_others));
.getSharedApplication().getResources().getColor(R.color.nc_outcoming_text_default));
}
}

View File

@ -4,8 +4,7 @@
<color name="colorPrimaryDark">#006AA3</color>
<color name="colorAccent">#007CC2</color>
<color name="secondaryColorAccent">#7CC4E6</color>
<color name="nc_outcoming_text_default">#99DBFF</color>
<color name="nc_outcoming_text_mention_others">@color/white</color>
<color name="nc_outcoming_text_default">@color/white</color>
<color name="nc_incoming_text_default">#37505D</color>
<color name="nc_incoming_text_mention_you">#C98879</color>
<color name="nc_incoming_text_mention_others">#37505D</color>