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) -

Pull out data related to my apps from Android Play Store and iOS App Store -

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