1
我用這個代碼:製作的TextView包裹它的文本verticaly
Rect bounds=new Rect();
tv.getPaint().getTextBounds(text,0, text.length(),bounds);
float textWidth=bounds.width();
float textHeight=bounds.height();
和它的作品好hortizaly ... 也是垂直尺寸是確定... 但文字是比我低的位置畫期待...
這些鏈接是不是有用:
auto scale textview text to fit within bounds
我應該改變什麼?