Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngsilverman/android-orphanlesstextview
A TextView extension so your copy always looks good.
https://github.com/ngsilverman/android-orphanlesstextview
Last synced: about 2 months ago
JSON representation
A TextView extension so your copy always looks good.
- Host: GitHub
- URL: https://github.com/ngsilverman/android-orphanlesstextview
- Owner: ngsilverman
- License: mit
- Created: 2014-05-03T05:16:09.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-03T05:35:41.000Z (almost 11 years ago)
- Last Synced: 2024-11-01T20:42:17.874Z (3 months ago)
- Language: Java
- Homepage: http://androiddev.tips
- Size: 141 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Android OrphanlessTextView
==========================TextView extension that will try its best to cure typographic orphans, i.e. preventing a word from appearing by itself on the last line of the View, by adding a line break before the second to last word when possible. The ambition here is purely aesthetic.