MCPcopy Create free account
hub / github.com/neworld/spanner / bold

Method bold

lib/src/main/java/lt/neworld/spanner/Spans.java:113–115  ·  view source on GitHub ↗

@see android.text.style.StyleSpan

()

Source from the content-addressed store, hash-verified

111 * @see android.text.style.StyleSpan
112 */
113 public static Span bold() {
114 return new Span(new StyleSpanBuilder(Typeface.BOLD));
115 }
116
117 /**
118 * @see android.text.style.StyleSpan

Callers 1

onCreateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected