A wrapping TextView for Android.
FlowTextView is hosted in the following web site
https://github.com/deano2390/FlowTextView
If you think the Android project FlowTextView listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of FlowTextView.
Item | Value |
---|---|
Java File Count | 12 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 8 |
Activity Count | 1 |
There are 3 image files in FlowTextView. The names of the image files are listed as follows.
android.png android2.png ic_action_search.png
The following screenshort is generated from the image listed above.
FlowTextView has the following Java source files.
uk.co.deanwild.flowtextview.FlowTextView.java uk.co.deanwild.flowtextview.helpers.ClickHandler.java uk.co.deanwild.flowtextview.helpers.CollisionHelper.java uk.co.deanwild.flowtextview.helpers.PaintHelper.java uk.co.deanwild.flowtextview.helpers.SpanParser.java uk.co.deanwild.flowtextview.listeners.OnLinkClickListener.java uk.co.deanwild.flowtextview.models.Area.java uk.co.deanwild.flowtextview.models.HtmlLink.java uk.co.deanwild.flowtextview.models.HtmlObject.java uk.co.deanwild.flowtextview.models.Line.java uk.co.deanwild.flowtextview.models.Obstacle.java uk.co.deanwild.flowtextview.sample.MainActivity.java