I am trying to set custom icon for home icon using ActionBarSherlock library. I have tried to set custom layout using abHomeLayout attribute in my custom theme. But it didn’t work for me. Only way, how to set it, is to set abIcon attribute for my custom drawble, but I cannot set some horizontal padding for this drawable. Is there any example for this or where could be a problem with abHomeLayout attribute?
I am trying to set custom icon for home icon using ActionBarSherlock library .
Share
This works for my situation, it replaces the default ic_launcher icon in the action bar with my custom one.
In your onCreate do this:
Or in the manifest you can set the logo: