0

我的 android 应用程序中有一个SideBar在用户单击按钮时打开的应用程序。但是在同样包含的活动中ActionBar,当SideBar打开时,ActionBar活动会停留在顶部,而活动的其余部分会移出屏幕。那么如何在打开ActionBar时也将其移出屏幕呢?sidebar

4

1 回答 1

0

One solution would be to call ActionBar.hide() when you open the sidebar. The other option would be to give the ActionBar a sliding animation.

于 2013-06-15T06:49:02.293 回答