mttkay / ignition

Kick-starts Android application development.
1.28k stars 290 forks source link

Use new library project namespace to support custom view attributes #19

Open mttkay opened 12 years ago

mttkay commented 12 years ago

As per the latest tools release (r17)

Added support for custom views with custom attributes in libraries. Layouts using custom attributes must use the namespace URI http://schemas.android.com/apk/res-auto instead of the URI that includes the app package name. This URI is replaced with the app specific one at build time.