具有不同文本重点和不透明度的自定义编辑文本
Custom Edit Text with different text emphasis and opacity
我正在尝试制作一个 Edit Text,它可以同时具有常规、粗体和斜体以及粗体斜体文本,并且还可以像 WhatsApp 中那样具有不同的不透明度聊天的编辑文本。
我在网上搜索但找不到任何解决方案
android 丰富的编辑文本有几个示例。
可能对你有帮助。
https://github.com/commonsguy/cwac-richedit
https://github.com/chinalwb/Android-Rich-text-Editor
https://github.com/wasabeef/richeditor-android
这里有几个答案。
implementation 'com.github.bumptech.glide:glide:4.9.0'
implementation 'com.github.chinalwb:are:0.1.7'
我正在尝试制作一个 Edit Text,它可以同时具有常规、粗体和斜体以及粗体斜体文本,并且还可以像 WhatsApp 中那样具有不同的不透明度聊天的编辑文本。
我在网上搜索但找不到任何解决方案
android 丰富的编辑文本有几个示例。 可能对你有帮助。
https://github.com/commonsguy/cwac-richedit
https://github.com/chinalwb/Android-Rich-text-Editor
https://github.com/wasabeef/richeditor-android
这里有几个答案。
implementation 'com.github.bumptech.glide:glide:4.9.0'
implementation 'com.github.chinalwb:are:0.1.7'