Set text in textview very blurry

后端 未结 3 562
萌比男神i
萌比男神i 2021-01-05 08:41

I\'m looking into methods of completely blurring a text in a textview. Read, completely unreadable (pixelate). The methods i\'m using now are using shadows. But this seems v

3条回答
  •  被撕碎了的回忆
    2021-01-05 09:42

    You may try below methods:

    1. Whenever you want to show blurry text, use a specialized font for your TextView, added to asset folder of your project.
    2. Try setting a transparent color[#00ffffff] to your text and give some shadow to it.

    I hope one of the above method helps.

提交回复
热议问题