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

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

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -