【发布时间】:2012-09-06 16:26:09
【问题描述】:
我在 Activity 的 textView 中有一些文本。通过单击缩放按钮,我需要获取文本的缩放。 我在 clickListener 中使用了以下代码
pixel=pixel+20;
text.setTextSize(pixel);
但我没有放大该文本。
谁能给出答案。
【问题讨论】:
标签: android android-layout android-intent android-widget