Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚在我的应用程序中实现了 ActionBarSherlock,但它没有向我显示 HOME 或 BACK 按钮。我只看到应用名称。所以,任何人都可以告诉我如何解决这个问题?
试试这个代码:
getSupportActionBar().setHomeButtonEnabled(true);