Use magenta for misspelled

pull/214/head
M66B 1 year ago
parent eafb398e01
commit ad8b7d3fac

@ -52,7 +52,7 @@ public class SuggestionSpanEx extends SuggestionSpan {
this.description = description;
highlightColor = Helper.resolveColor(context, android.R.attr.textColorHighlight);
underlineColor = (BuildConfig.DEBUG ? Color.MAGENTA : (misspelled ? Color.RED : highlightColor));
underlineColor = (misspelled ? Color.MAGENTA : highlightColor);
underlineThickness = Helper.dp2pixels(context, misspelled ? 2 : (BuildConfig.DEBUG ? 1 : 2));
}

Loading…
Cancel
Save