user interface - How to shorten the namespace of custom view in xml in android? -


i have custom view defined deep in package structure.

<com.android.notepad.example.customview.myedittext     id="@+id/note" ... /> 

it not visually use entire package name everywhere want use view. can shortened?

we specify namespace in androidmanifest.xml! (e.g com.android.notepad.example specified in androidmanifest.xml file)


Comments