I have the following TextView:
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="This must be bold (but not this)" />
I want only a part of the text to be bold. android:textStyle="bold"
will therefore not work.