上下文菜单的字体大小
我现在花了一些时间尝试更改上下文菜单的文本大小。我搜索了sdk的themes.xml和styles.xml并尝试了很多,但没有成功地实际调整文本大小。
有人知道该怎么做吗?
干杯!
诺布
I spend now some time in trying to change the textsize of the contextmenu. I searched the sdk's themes.xml and styles.xml and tried a lot but didn't succeed in actually resizing the text.
Anyone knows how to do it?
Cheers!
Nob
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简短回答:否
长答案:为什么不创建看起来像上下文菜单的自定义对话框?通过这种方式创建自定义对话框非常容易。
举个例子,
http://developer.android.com/guide/topics/ui/dialogs.html
看看“添加列表”部分。
Short answer: No
Long answer: Why don't you create your custom dialog that looks like the ContextMenu? It's so easy to create a custom dialog in this way.
For an example to this,
http://developer.android.com/guide/topics/ui/dialogs.html
go look at "Add a list" section.