This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* ------------new---------------- | |
* fork from https://bitbucket.org/ankri/autoscaletextview | |
* auto scale TextView dynamically | |
* | |
* ------------old---------------- | |
* A custom Text View that lowers the text size when the text is to big for the TextView. Modified version of one found on stackoverflow | |
* | |
* @author Andreas Krings - www.ankri.de | |
* @version 1.0 |