开发者

Is there a way to move the android Honeycomb action bar?

I like how the Android 3.0+ action bar looks, but I don't want it to be开发者_StackOverflow on top of the screen. Is there a way to move it to the bottom or to the side?


It is not possible to do so. At least not using public APIs. You could easily find a way to do it but your app would be inconsistent with other apps and likely to break with future updates of the OS.


I think you may have some luck if you delve deep enough into ActionBarSherlock's source code. Since that library creates an ActionBar for pre-HC devices, you may be able to just change the position where it appears. This isn't exactly the answer you were looking for, but it just might be able to solve your problem.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜