Detect XML attributes not using the Android namespace
Most Android views have attributes in the Android namespace. When referencing these attributes you must include the namespace prefix, or your attribute will be interpreted by aapt
as just a custom attribute.
Similarly, in manifest files, nearly all attributes should be in the android:
namespace.