文本放大和缩小功能

时间:2012-09-06 16:26:09

标签: android android-layout android-intent android-widget

我在Activity中的textView中有一些文本。通过clomb the zoombutton,我需要获得文本的缩放。 我在clickListenser中使用了以下代码

                            pixel=pixel+20;
            text.setTextSize(pixel);

但我没有得到该文字的缩放。

任何人都可以给出答案。

1 个答案:

答案 0 :(得分:0)

您可以在ImageView上绘制文字,而不是使用TextView,然后只使用放大和缩小动画。这是

tutorial