问题描述
我想实现我的应用程序的holoeverywhere主题。
I am trying to implement the holoeverywhere theme in my app.
当我实现了holoeverywhere主题,我得到默认情况下,动作条。我认为这是因为Actionbarsherlock库。我不知道这个库,并已实现我自己的各种动作条。那么,怎样做才能禁用,现在出现的动作条。
When I implement the holoeverywhere theme, I get a actionbar by default. I think it is because of Actionbarsherlock library. I was not aware of this library and have implemented my own actionbar of sorts. So, how do I disable the actionbar that comes up now.
如果你需要我的code中的任何相关部分,请让我知道。谢谢
If you need any relevant portions of my code, please let me know. Thanks
推荐答案
在HoloEverywhere库包含在我的项目,在res>值> styles.xml文件中,有一个名为Holo.Theme.Light.NoActionBar主题。我用这个来代替Holo.Theme.Light我以前用过。这个固定的问题。谢谢你。
In the HoloEverywhere library included in my project, in the res>values>styles.xml file, there is a theme called Holo.Theme.Light.NoActionBar. I use that instead of Holo.Theme.Light which I used earlier. This fixed the issue. Thanks.
这篇关于没有ActionBarSherlock在我的Android应用实现Holoeverywhere主题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!