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.
在我使用的 android 应用程序actionbarsherlock中,我在清单文件 android: 中将操作栏设置为主题,theme = "@ style / Theme.Sherlock.Light"我想点击默认栏上的徽标,但我该怎么做呢?
actionbarsherlock
theme = "@ style / Theme.Sherlock.Light"
ActionBar mActionBar = getSupportActionBar(); mActionBar.setHomeButtonEnabled(true); mActionBar.setDisplayShowHomeEnabled(true);