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
/** | |
* Author: Michael Ritchie, ThanksMister LLC | |
* Date: 10/16/12 | |
* Web: thanksmister.com | |
* | |
* Extension of <code>TextView</code> that adds listener for ellipses changes. This can be used to determine | |
* if a TextView has an ellipses or not. | |
* | |
* Derived from discussion on StackOverflow: | |
* |