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?
| ||||
|
feedback
|
|
I had similar issue with incorrect padding of the home icon on devices api<11 (i.e not the fully fledged platform action bar) and the My solution was to copy the
| |||
feedback
|
|
Define an own style, like this:
I think here your can use
In MainActivity you can use getSupportActionBar()... functions. | |||||
feedback
|