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
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 abHomeLayout
style only worked api>11
My solution was to copy the abs__action_bar_home.xml
layout from ABS to child project and manually add padding to the abs__home
imageview