Even though the standard name conversion for XML seems to be like "myName
" and not "my_name
" or "my-name
", XML files in Android use "my_name
" name conversion (android:title="@string/action_settings"
)
Therefore, I wonder, do I have just to be down with that, is that a standard name conversion Android uses?