自定义默认的 Android 蜂窝 ActionMode 外观
我希望更改(在我的应用程序内)ActionMode 弹出窗口的默认外观。我的 UI 要求要求文本突出显示的外观与默认的绿色外观不同,因此我试图找出它是否可以以某种方式自定义,或者我是否坚持使用默认值。我认为创建自己的行动模式是我想要走的路,但我还没有找到任何人这样做的例子。有什么想法吗?
I'm looking to change (within my application) the default appearance of the ActionMode popup. My UI requirements call for a different appearance for text highlighting than the default green look so I'm trying to find out if it is somehow customizable or if I'm stuck with the defaults. I think that creating my own action mode is the road I want to be taking, but I haven't been able to find any examples of anyone doing this. Any thoughts?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明,Honeycomb 中没有公开用于自定义 actionMode 的 API。该功能现在可用于冰淇淋三明治,但对于蜂窝,您必须 使用一些非公开的 API 破解。
Turns out that there is no exposed API for actionMode customization in Honeycomb. The feature is now available for Ice Cream Sandwich, but for honeycomb, you have to hack your way through with some non exposed API.