It looks like the naming style for android attributes varies between underscore and camel case. Does the variation mean anything, or is it arbitrary?
edit: examples would be layout_width and columnWidth.
It looks like the naming style for android attributes varies between underscore and camel case. Does the variation mean anything, or is it arbitrary?
edit: examples would be layout_width and columnWidth.
I am not aware of any semantic meaning behind the style difference.