0

I am trying to make an Edit Text that can have a regular, bold and italic and bold italic text at the same time and also can have different opacity like that in WhatsApp Chat's Edit Text.

I search on internet but can't find any solution

Mohit Kumar
  • 552
  • 9
  • 29

1 Answers1

1

There are several examples for android rich edit text. It might helpful for you.

https://github.com/commonsguy/cwac-richedit

https://github.com/chinalwb/Android-Rich-text-Editor

https://github.com/wasabeef/richeditor-android

And several answers in here.

https://stackoverflow.com/a/50736316/10247147

enter image description here

implementation 'com.github.bumptech.glide:glide:4.9.0'
implementation 'com.github.chinalwb:are:0.1.7'
Daniel.Wang
  • 2,242
  • 2
  • 9
  • 27