android 背景图片居中显示文字,Android ImageSpan 给文字设置圆角背景 并且文字居中,背景居中。...
public class RadiusBackgroundSpan extends ReplacementSpan {
private int mColor;
private int mTvColor;
private int mTvSize;
/**
* @param color? 背景顏色
* @param tvColor 需要改變文字顏色嗎
* @param tvSize? 需要改變文字大小嗎
*/
public RadiusBackgroundSpan(int color, int tvColor, int tvSize) {
mColor = color;
mTvColor = tvColor;
mTvSize = tvSize;
}
@Override
public int getSize(Paint paint, CharSequence text, int start, int end, Paint.FontMetricsInt fm) {
//mSize就是span的寬度,span有多寬,開發(fā)者可以在這里隨便定義規(guī)則
//我的規(guī)則:這里text傳入的是SpannableString,start,end對應(yīng)setSpan方法相關(guān)參數(shù)
//可以根據(jù)傳入起始截至位置獲得截取文字的寬度,最后加上左右兩個圓角的半徑得到span寬度
return (int) (paint.measureText(text, start, end));
}
@Override
public void draw(Canvas canvas, CharSequence text, int start, int end, float x, int top, int y, int bottom, Paint paint) {
paint.setColor(mColor);//設(shè)置背景顏色
//? ? ? ? ? ? paint.setAntiAlias(true);// 設(shè)置畫筆的鋸齒效果
int bgPainth = Math.round(paint.getFontMetrics().descent - paint.getFontMetrics().ascent);
int bgSize = getSize(paint, text.subSequence(start, end), start, end, paint.getFontMetricsInt());
RectF oval =new RectF(x, y + paint.ascent(), x + bgSize, y + paint.descent() /2);
//設(shè)置文字背景矩形,x為span其實左上角相對整個TextView的x值,y為span左上角相對整個View的y值。paint.ascent()獲得文字上邊緣,paint.descent()獲得文字下邊緣
canvas.drawRoundRect(oval, (y + paint.descent()) /2, (y + paint.descent()) /2, paint);//繪制圓角矩形,第二個參數(shù)是x半徑,第三個參數(shù)是y半徑
//我這里是全圓。 你可以自己去根據(jù)你需要的。去除以
paint.setColor(mTvColor);//你需要的畫筆文字顏色
paint.setTextSize(mTvSize);
int tvPainth = Math.round(paint.getFontMetrics().descent - paint.getFontMetrics().ascent);
int tvSize = getSize(paint, text.subSequence(0, 2), 0, 2, paint.getFontMetricsInt());
canvas.drawText(text, start, end, (bgSize - tvSize) /2, y - (bgPainth - tvPainth) /2 + (bgPainth - y) /2, paint);//繪制文字
}
}
總結(jié)
以上是生活随笔為你收集整理的android 背景图片居中显示文字,Android ImageSpan 给文字设置圆角背景 并且文字居中,背景居中。...的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: OpenAI「宫斗」后续:董事会骑虎难下
- 下一篇: 飞利浦推出 Evnia 32M2C550