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.
TextView があり、その中の一部の色を変更したいとします。このような
そして、テキスト「 Terms Of Use 」にOnclickListener を設定する必要があるため、2つの textView を使用してそれを行うにはどうすればよいですか。ありがとう
よろしく
TextView で HTML を使用できます。
myTextView.setText(Html.fromHtml("<h2>Test</h2>"));
テキストのない単純なチェックボックスを使用します。テキスト クリック イベントの場合、これがSpannableを探しているものです