Android Textview Mirroring (hud)?
I wondered if there could be a simple method to display a text contained in a TextView in such a way that it would have to be read in a mirror (like a head up display)? By 'simple
Solution 1:
From what i've read so far, the only way to get a text mirrored is to override the onDraw()
method. Not exactly a "simple way", but if you're up to it, this is probably the place to start.
Post a Comment for "Android Textview Mirroring (hud)?"