mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Fix announcement group text link color.
Ended up reorganizing some theme colors too, but didn't change any.
This commit is contained in:
@@ -218,6 +218,7 @@ public final class SpanUtil {
|
||||
public void updateDrawState(@NonNull TextPaint ds) {
|
||||
super.updateDrawState(ds);
|
||||
ds.setUnderlineText(false);
|
||||
ds.setColor(context.getResources().getColor(R.color.signal_accent_primary));
|
||||
}
|
||||
}, start, start + clickable.length(), Spanned.SPAN_INCLUSIVE_EXCLUSIVE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user