Skip to content
This repository has been archived by the owner on Apr 27, 2019. It is now read-only.

1 · Home

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.

Clone this wiki locally