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 に、または文字列リソース自体に属性を追加できるかどうか疑問に思っています。
ありがとうロブ
\t をタブに \n 改行に使用できます。確実に機能します。この属性をxmlのテキストビューに書き込みます
android:singleLine="false"
Textview のその他の属性については、こちらをご覧ください