I am using SherlockActionBar for my application. In my manifest, I define an icon for the logo and launch.
android:icon="@drawable/ic_launcher"
How to make it clickable and handle its click event? I want to return to my toolbar by clicking on the logo.
source share