I had this question since android (seemingly) arbitrarily uses “android2:…” in some cases and in others “android:…”. Is there any difference between those two?
Also, when using “android2:..”, autocomplete feature of eclipse does not work, which can be proven irritating.
I had this question since android (seemingly) arbitrarily uses android2:… in some cases and
Share
androidin the case ofxmlns:android="http://schemas.android.com/apk/res/androidis just binding a namespace. You could name itxmlns:iphone="http://schemas.android.com/apk/res/androidand then reference it likeiphone:layout_widthand it would still work.Where have you seen
android2used? I’ve never seen that.