搜索资源列表
RichText
- TextView通常用来显示普通文本,但是有时候需要对其中某些文本进行样式、事件方面的设置。android系统通过SpannableString类来对指定文本进行相关处理,具体有以下功能: 1、BackgroundColorSpan 背景色 2、ClickableSpan 文本可点击,有点击事件 3、ForegroundColorSpan文本颜色(前景色) 4、MaskFilterSpan 修饰效果,如模糊
wenzihuanrao
- 图片与文字混合编排 SpannableString-Mix pictures and text layout SpannableString
SpannableString
- This the class for text whose content is immutable but to which markup objects can be attached and detached. -This is the class for text whose content is immutable but to which markup objects can be attached and detach
spannableStringTest-master
- spannableString 的使用,特别的全面,绝对的精选资源,希望能用于您的项目(The use of spannableString, a special, comprehensive, absolute selection of resources, is expected to be used in your project)