mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 07:01:05 +00:00
Classification log type color
This commit is contained in:
parent
8cbe086a43
commit
48c62807a1
1 changed files with 3 additions and 0 deletions
|
@ -89,6 +89,9 @@ public class AdapterLog extends RecyclerView.Adapter<AdapterLog.ViewHolder> {
|
|||
case Protocol:
|
||||
ssb.setSpan(new ForegroundColorSpan(textColorSecondary), 0, ssb.length(), 0);
|
||||
break;
|
||||
case Classification:
|
||||
ssb.setSpan(new ForegroundColorSpan(colorAccent), 0, ssb.length(), 0);
|
||||
break;
|
||||
}
|
||||
tvData.setText(ssb);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue