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

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

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

android - java.net.UnknownHostException(Unable to resolve host “URL”: No address associated with hostname) -