How to make app icon as up enabled in actionbarsherlock (not the title only icon) like in whats app.
make sure your android:minSdkVersion="11" which could be seen in the manifest file, Up icon has been included from APK 11. Add the following to your onCreate method For home page put getActionBar().setDisplayHomeAsUpEnabled(false); make sure it false and on other activities you keep it enabled i,e "true". i have made a small sample plz try the below link which may be help you just import into your work space
http://www.mediafire.com/?hktdvts7yyduwv1