johannilsson / android-actionbar

DEPRECATED Android Action Bar Implementation
1.31k stars 564 forks source link

Different item style for the home item #54

Closed rfgamaral closed 12 years ago

rfgamaral commented 12 years ago

I felt the need to style the action bar home item independently from all other items (and title) and after digging a little bit into the library code, I come up with this.

It looked to me that the ActionBar_HomeItem style was defined but not being used anywhere. I basically put it to some use... Hopefully, this is the way to go to solve this particular issue.

This does not change any of the current behavior in the library. Everyone can easily upgrade without making any changes to their apps. Everything will still work perfectly fine.

P.S: What mess on #53, just ignore it please (I still have a bit to learn on git). This one is clean and it's easy to merge I assume...

johannilsson commented 12 years ago

Awesome, thanks!