안드로이드 리소스는 꽤 좋은 HTML 마크 업을 지원
합니다 아래 HTML 요소가 지원됩니다 :
Bold: <b>, <em>
Italic: <i>, <cite>, <dfn>
25% larger text: <big>
20% smaller text: <small>
Setting font properties: <font face=”font_family“ color=”hex_color”>. Examples of possible font families include monospace, serif, and sans_serif.
Setting a monospace font family: <tt>
Strikethrough: <s>, <strike>, <del>
Underline: <u>
Superscript: <sup>
Subscript: <sub>
Bullet points: <ul>, <li>
Line breaks: <br>
Division: <div>
CSS style: <span style=”color|background_color|text-decoration”>
Paragraphs: <p dir=”rtl | ltr” style=”…”>
그러나 안드로이드 스튜디오 레이아웃 미리보기에서는 렌더링되지 않습니다. Android Studio 3.3.1에서 마지막으로 테스트
예를 들어 취소 선은 다음과 같습니다.
<string name="cost"><strike>$10</strike> $5 a month</string>