一品网
  • 首页

SpannableString 设置文字中的颜色 链接


SpannableString spannableString = new SpannableString(matchResult);
int index = matchResult.indexOf(mKeyword);
if (index != -1) {
    spannableString.setSpan(new ForegroundColorSpan(ContextCompat.getColor(holder.itemView.getContext(), R.color.search_txt_green)), index, index + mKeyword.length(), Spannable.SPAN_EXCLUSIVE_EXCLUSIVE);
}
itemView.setText(spannableString);
Android

相关


unity 链接 Android手机profile

androidstudio gradle下载速度慢

android activity pass data to accessibilityservice 数据传递

Mac 安装 Android commandlinetools 各种报错的问题

Android平台签名证书(.keystore)生成指南

探索 Android的SSAID(Android ID) 的奥秘

Android逆向分析实例(三)-解密微信EnMicroMsg.db数据库

Android 获取开发&测试 SHA1值

Android Kotlin opencv MatOfPoint 转 MatOfPoint2f 报错踩坑 (解决)

Android使用glide加载.9图片的方法

Android手机不插USB,使用adb网络远程调试

AndroidStudio 中查看获取MD5和SHA1值以及如何查看手机应用信息以及读取*.db数据库里

标签

一品网 冀ICP备14022925号-6