Android中动态改变字体大小
我想通过首选项中的条目(用户在给定的字体大小选项中进行选择)或通过使用流行的电子书阅读器应用程序(例如 Aldiko。沿屏幕右侧上下滑动会触发 Aldiko 的亮度变化。
如何实现这种类型的动态属性更改? 1.6 和 2.0+ 中是否存在实现差异? 我是否必须预先配置不同的主题和不同的字体大小?
I want to support font resizing with an entry in Preferences (where the user picks among given font size options) or by using a gesture (flinging up/down) as used in popular e-book reader applications such as Aldiko. Flinging up and down along right side of the screen triggered brightness change in Aldiko.
How can I implement this type of dynamic property change?
Are there any implementation differences for this in 1.6 and 2.0+ ?
Do I have to have different themes pre-configured with different font sizes?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
实际上,你是这样做的:
所以不是对 TextView 的静态调用,你需要一个 textview 的实例。
Actually, you do it like that:
so not a static call to TextView you need an isntance of textview.
试试这个:
Try this: