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
I am using ActionbarSherlock 4.0 – the problem is that when I set targetSdkVersion
Share
I found out what was wrong – one has to explicitly call when targetting 13+
getSupportActionBar().setHomeButtonEnabled(true);