问题描述
我正在尝试制作一个编辑文本,它可以同时具有常规、粗体、斜体和粗斜体文本,并且还可以具有与 WhatsApp 聊天的编辑文本中的不同不透明度。
解决方法
Android 富编辑文本有几个示例。 可能对你有帮助。
https://github.com/commonsguy/cwac-richedit
https://github.com/chinalwb/Android-Rich-text-Editor
https://github.com/wasabeef/richeditor-android
这里有几个答案。
https://stackoverflow.com/a/50736316/10247147
implementation 'com.github.bumptech.glide:glide:4.9.0'
implementation 'com.github.chinalwb:are:0.1.7'