I want to add a new schema in the android ADT eclipse plugin.
Please direct the thread to appropriate forum if I am posting at wrong place. I could not find ADT forum. Thanks.
Basically I want to add a new schema in android adt plugin for my personal experiments.
AndroidManufest.xml has following schema.
xmlns:android="http://schemas.android.com/apk/res/android
How can I add new schema (along with the above one) something like this?
xmlns:android="http://schemas.android.com/apk/res/foo
Thanks a bunch,