MagicTextView icon indicating copy to clipboard operation
MagicTextView copied to clipboard

Results 12 MagicTextView issues
Sort by recently updated
recently updated
newest added

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 ![example](https://cloud.githubusercontent.com/assets/11409645/19554490/c5f49e86-96b0-11e6-9485-e859a8c9f335.png)

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)