【发布时间】:2011-11-07 17:03:09
【问题描述】:
我不相信这存在,但想仔细检查一下。我想设置 TextView 的文本大小,使其适合给定的宽度,单行。示例:
<LinearLayout
layout_width="100dip"
layout_height="50dip">
<TextView
layout_width="fill_parent"
layout_height="wrap_content"
textSize="fill"
text="fit me please!" />
</LinearLayout>
谢谢
【问题讨论】: