[app] Make span text unobtrusive (#1459)
This commit is contained in:
parent
08b813fded
commit
0e192b00a3
|
|
@ -73,7 +73,6 @@ public class ExpandableTextView extends MaterialTextView {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void updateDrawState(@NonNull TextPaint ds) {
|
public void updateDrawState(@NonNull TextPaint ds) {
|
||||||
super.updateDrawState(ds);
|
|
||||||
ds.setTypeface(Typeface.DEFAULT_BOLD);
|
ds.setTypeface(Typeface.DEFAULT_BOLD);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue