android textView、语音播报

/*添加超连接*/ tv.setAutoLinkMask(Linkify.PHONE_NUMBERS); tv.setMovementMethod(LinkMovementMethod.getInstance()); /*文字颜色改变API23*/ ColorStateList colorStateList =getResources().getColorStateList(id,null);
相关文章
相关标签/搜索