Android的 - 我可以增加TEXTSIZE为NumberPicker小部件?

Android的 - 我可以增加TEXTSIZE为NumberPicker小部件?

问题描述:

我们在3.0中得到了NumberPicker小部件,但它似乎TEXTSIZE为这个小部件不能修改。我缺少的东西或者是这样吗?我真的很想增加字体大小,这是相当小的默认值。但我不能看到TEXTSIZE属性吧...

We got a NumberPicker widget in 3.0, but it seems that the textSize for this widget can't be modified. Am I missing something or is this the case? I'd really like to increase the font size, it's quite small with the default value. But I can't see a textSize property for it...

感谢

我们遇到了同样的问题,并最终重新 NumberPicker 的地方。有一个更深入的教程这里

We ran into the same problem and ended up recreating NumberPicker locally. There's a more in depth tutorial here.