johannilsson / android-actionbar

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

Small cleanup on the 'mimic-native-api' branch #51

Closed rfgamaral closed 12 years ago

rfgamaral commented 12 years ago

Here's the promised cleanup we talked about :)

Hopefully, all those changes are acceptable... And like I said before, I don't know if GitHub allows you to pick the commits you want to merge because you might not like the last one "Keep styles consistent with Android naming conventions" but it's something I think you should change sooner or later, so, why not now? It's just a matter of code style but it's up to you :)

johannilsson commented 12 years ago

Merged. Agree on the renaming of Styles, this change does not affect apps that does not do heavy customization. It does not change any behavior either. If your app looks strange after this update, please refer to the new naming in styles.xml.

Thank you.