I am using ActionbarSherlock 4.0 - the problem is that when I set targetSdkVersion to 14 or 15 the Home button stops working - everything is fine as soon as I set it back to 13 I am testing on a tablet with 3.1 and a phone with 2.3.6
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If you mean the "up" button in the ActionBar, you have to call ActionBar.setDisplayHomeAsUpEnabled(true) when targeting API14+. |
|||
|
|
I found out what was wrong - one has to explicitly call when targetting 13+
|
|||
|
|