-3

在我使用的 android 应用程序actionbarsherlock中,我在清单文件 android: 中将操作栏设置为主题,theme = "@ style / Theme.Sherlock.Light"我想点击默认栏上的徽标,但我该怎么做呢?

4

1 回答 1

0

ActionBar mActionBar = getSupportActionBar();
mActionBar.setHomeButtonEnabled(true);
mActionBar.setDisplayShowHomeEnabled(true);

于 2013-03-19T10:23:49.067 回答