小助手消息修改
This commit is contained in:
parent
296a6d24bb
commit
4429dc7a4c
@ -226,7 +226,7 @@ public class LiveTextRender {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
drawable.setBounds(0, 0, DpUtil.dp2px(39), DpUtil.dp2px(15));
|
drawable.setBounds(0, 0, DpUtil.dp2px(30), DpUtil.dp2px(11));
|
||||||
//用这个drawable对象代替字符串easy
|
//用这个drawable对象代替字符串easy
|
||||||
ImageSpan span = new ImageSpan(drawable, ImageSpan.ALIGN_BASELINE);
|
ImageSpan span = new ImageSpan(drawable, ImageSpan.ALIGN_BASELINE);
|
||||||
spannableStringBuilder.setSpan(span, 0, 3, Spannable.SPAN_EXCLUSIVE_INCLUSIVE);
|
spannableStringBuilder.setSpan(span, 0, 3, Spannable.SPAN_EXCLUSIVE_INCLUSIVE);
|
||||||
|
Loading…
Reference in New Issue
Block a user