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

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -

jquery - How can I dynamically add a browser tab? -