Does the variation in android attribute naming styles mean anything?
It looks like the naming style for android attributes varies between underscore and camel case. Does the variation mean anything, or is it arbitrary开发者_如何学Python?
edit: examples would be layout_width and columnWidth.
I am not aware of any semantic meaning behind the style difference.
精彩评论