I have a requirement where i have a icon ( not the application icon ) that needs to be on left hand side of the action bar.
I tried creating custom view but i have no clue on how to detect the click on that icon.
Other option that comes to mind is to have setIcon(mycustomicon) and handle the click events onOptionSelected method; but this method is also not being invoked and not working.
I am using actionbar sherlockholmes library. Is it because of that?
Please help me as i am stuck with this for days .
Thanks in advance