I need to create an app for android, where the 2-color text will be displayed on the 2-color background. See picture on the left. Then, the line should be moved with animation and result image should be like on the picture on the right.
I have the following questions:
- Should I use some 2d engine to do this? Or, will it be OK to use standard views? How to do it?
- How to draw the text like on the pictures?
--------- 



