难以理解ActionBar和ifRoom

时间:2013-05-17 09:57:44

标签: android eclipse android-actionbar actionbarsherlock

private void setUpActionBar() {
// Make sure we're running on Honeycomb or higher to use ActionBar APIs
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
    ActionBar actionBar = getActionBar();
    actionBar.setDisplayHomeAsUpEnabled(true);
}
}

什么是ActionBar?它是弹出窗口还是活动或其他什么东西?

还有一个问题,为什么我们需要在android:showAsAction属性中使用'ifRoom'参数?

1 个答案:

答案 0 :(得分:0)

它在Android世界中是一个重要的东西......它简化了很多教程和库......这里有一些有用的链接......

http://developer.android.com/guide/topics/ui/actionbar.html

对于流行的ActionBarSherlock ..

http://actionbarsherlock.com/

教程..

http://www.vogella.com/articles/AndroidActionBar/article.html

还有很多......