mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-31 11:32:00 +00:00
parent
99fd0f902d
commit
4f2880bf9b
@ -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));
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user