MagicTextView
MagicTextView copied to clipboard
Is multicolor stroke around text possible even by modifying your code?
Could not compile due to this layout error in attrs.xml
There is a way to avoid this? Attached image 
Hey this line return Nullpointerexception on android 4.4 paint.setMaskFilter(new BlurMaskFilter(shadow.r, BlurMaskFilter.Blur.NORMAL));
In xmls they work well but in java they dont ``` rr.addInnerShadow(2, 3, 1, 0xFFffffff); rr.setForegroundDrawable(getResources().getDrawable(R.drawable.fake_luxury_tiled)); ```
Thanks for this custom text view. I have noticed that it was fail to render border or wrong border rendered when I try to set large font size(issue is Only...
I used Magic Text view in the scroll view , but the scroll is getting slow on my device , like a stuck. Why is this happening
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...
When I use android:textIsSelectable="true" in the MagicTextView, text color disappear. (android:textColor do not work)