mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Use link color for header names
This commit is contained in:
@@ -1868,7 +1868,7 @@ public class HtmlHelper {
|
||||
}
|
||||
|
||||
static Spanned highlightHeaders(Context context, String headers) {
|
||||
int colorAccent = Helper.resolveColor(context, R.attr.colorAccent);
|
||||
int colorAccent = Helper.resolveColor(context, android.R.attr.textColorLink);
|
||||
SpannableStringBuilder ssb = new SpannableStringBuilder(headers);
|
||||
int index = 0;
|
||||
for (String line : headers.split("\n")) {
|
||||
|
||||
Reference in New Issue
Block a user