
* Add headingTypeface to SpannableTheme, use a custom heading typeface in the sample app * Add headingTextSizes * Switching to headingTextSizeMultipliers, adding validating annotations, adding example * Consolidate logic, add crash if header index is out of bounds
15 lines
391 B
XML
15 lines
391 B
XML
<resources>
|
|
|
|
<string name="app_name">Markwon-SampleCustomExtension</string>
|
|
|
|
<string name="input"><![CDATA[
|
|
# Hello! @ic-android-black-24\n\n
|
|
Home 36 black: @ic-home-black-36\n\n
|
|
Memory 48 black: @ic-memory-black-48\n\n
|
|
### I AM ANOTHER HEADER\n\n
|
|
Sentiment Satisfied 64 red: @ic-sentiment_satisfied-red-64
|
|
]]>
|
|
</string>
|
|
|
|
</resources>
|