ทรัพยากร Android ได้รับการสนับสนุนมาร์กอัป 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 ทดสอบครั้งสุดท้ายใน Android Studio 3.3.1
ตัวอย่างเช่น Strikethrough จะมีลักษณะดังนี้:
<string name="cost"><strike>$10</strike> $5 a month</string>