android demo project for creating interactive image spans in TextView.
Interactive-TextView-Spans is hosted in the following web site
https://github.com/marchelo/Interactive-TextView-Spans
If you think the Android project Interactive-TextView-Spans 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 Interactive-TextView-Spans.
Item | Value |
---|---|
Java File Count | 7 |
Target SDK Version | 14 |
Minimum SDK Version | 8 |
Activity Count | 1 |
There are 4 image files in Interactive-TextView-Spans. The names of the image files are listed as follows.
button_pressed_checked.png button_pressed_unchecked.png button_unpressed_checked.png button_unpressed_unchecked.png
The following screenshort is generated from the image listed above.
Interactive-TextView-Spans has the following Java source files.
com.marchelo.interactive_span.InteractiveSpanActivity.java com.marchelo.interactive_span.MotionEventHelper.java com.marchelo.interactive_span.text.method.InteractiveSpanMovementMethod.java com.marchelo.interactive_span.text.style.FixedInteractiveImageSpan.java com.marchelo.interactive_span.text.style.InteractiveImageSpan.java com.marchelo.interactive_span.text.style.RelativeInteractiveImageSpan.java com.marchelo.interactive_span.text.style.TouchableSpan.java