You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 27, 2019. It is now read-only.
bluejamesbond edited this page Nov 26, 2014
·
4 revisions
Introducing DocumentView
DocumentView is the custom View that has been built to support all types of alignment along with support for Spannables.
Important
There are two (2) major classes used layout the text in DocumentView. These classes are similar to Android's built in StaticLayout.
- DocumentLayout
- Optimized for simple plain text
- SpannedDocumentLayout
- Optimized for formatted text with Spannables
The Overview section will describe the pros and cons in more detail.