compilation - What happens when I leave xmlns:android out? -
i digging around android project , found 1 of style.xml files missing namespace statement: xmlns:android="http://schemas.android.com/apk/res/android"
. however, doesn't caused error (so far). brings me wonder if there necessity include namespace or there safety check?
Comments
Post a Comment