Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
の文字列の部分のサイズを変更する方法があるかどうか疑問に思っていましたstrings.xml。私のJavaコードで私が呼び出す
strings.xml
builder.setMessage(R.string.my_string)
これを行うことでテキストを太字に設定する方法と同様に、テキストサイズを設定する方法があるかどうか疑問に思っています:
<string name="my_string"><b>My String</b></string>