Solved

Working with Custom View

Question 1

Multiple Choice

Working with Custom View. Once you define the custom attributes, you can use them in layout XML files just like built-in attributes. The only difference is that your custom attributes belong to a different namespace. Instead of belonging to the http://schemas.android.com/apk/res/android namespace, they belong to:


A) http://schemas.android.com/apk/res/[your package name]
B) http://schemas.android.com/apk/[your package name]
C) http://schemas.android.com/[your package name]

Correct Answer:

verifed

Verified

Related Questions