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.
テキスト ビューではなく、編集テキストにスタイル (太字イタリック体など) を実装する Java コードはありますか?
EditText は TextView から継承します
editText.setTypeface(null, Typeface.BOLD_ITALIC); editText.setTypeface(null, Typeface.BOLD); editText.setTypeface(null, Typeface.ITALIC);
あなたが望むものを使用してください。