johannilsson / android-actionbar

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

Fixed separators + button colors (transparencies) #62

Closed nickdaugherty closed 5 years ago

nickdaugherty commented 12 years ago

Reworked the actionbar and actionbar_item layouts to have a 1px View object for separators, rather than using the background color of a parent view

johannilsson commented 12 years ago

Hi, thank you for this. The ActionBar needs to modified for this to work, or the actionbar_item.xml needs some modification. This patch currently breaks inflation of actions from what I can see with my initial tests. Will investigate.

nickdaugherty commented 12 years ago

strange...I thought I had it working w/ actions without modifications to the ActionBar code...let me know if I can help out.

johannilsson commented 12 years ago

Will look at it tomorrow again just did a quick check and noticed that the default actions in the example app stopped working with this patch applied.

nickdaugherty commented 5 years ago

Will go ahead and close this as the project has been deprecated for quite a while :)