| Class | Description |
|---|---|
| ClickableTableSpan |
This span defines what should happen if a table is clicked.
|
| DrawTableLinkSpan |
This span defines how a table should be rendered in the HtmlTextView.
|
| HtmlAssetsImageGetter |
Assets Image Getter
Load image from assets folder
|
| HtmlHttpImageGetter | |
| HtmlResImageGetter |
Copied from http://stackoverflow.com/a/22298833
|
| HtmlTagHandler |
Some parts of this code are based on android.text.Html
|
| HtmlTextView | |
| JellyBeanSpanFixTextView |
A
TextView that insert spaces around its text spans where needed to prevent
IndexOutOfBoundsException in JellyBeanSpanFixTextView.onMeasure(int, int) on Jelly Bean. |
| LocalLinkMovementMethod |
Copied from http://stackoverflow.com/questions/8558732
|
| NumberSpan |
Class to use Numbered Lists in TextViews.
|