johannilsson / android-actionbar

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

Different item style for the home item #39

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.

Best regards, Ricardo Amaral

rfgamaral commented 12 years ago

I just pushed something else into my own fork and didn't know it would be added to this pull request. It should be added too, it's just that the title of this issue only makes half sense now ;)

rfgamaral commented 12 years ago

I'm still learning how to use Git properly and because of that this pull request turned into a freaking mess.

Please ignore it!