MagicTextView icon indicating copy to clipboard operation
MagicTextView copied to clipboard

MagicTextView as an EditText?

Open pzmudzinski opened this issue 11 years ago • 2 comments

I'm trying to use MagicTextView as a EditText. Since EditText derives from TextView, I thought it should be straight forward and I should simply change MagicTextView base class from TextView to EditText. Sadly, text only displays its border, without fill effect: magieditext

Anyone has idea what might be causing that?

pzmudzinski avatar Aug 09 '14 00:08 pzmudzinski

I've solved that problem by using software acceleration.

pzmudzinski avatar Sep 11 '14 19:09 pzmudzinski

same effect for android:textIsSelectable="true" in MagicTextView (only border shown)

apelt avatar Dec 16 '14 08:12 apelt