I hate having to remember and type the same android:xmlns="http://schemas.android.com/apk/res/android" line whenever I’m defining a new XML layout in Android. Is there a way to shortcut that like how <!DOCTYPE html> in HTML 5 is magical?
I hate having to remember and type the same android:xmlns=http://schemas.android.com/apk/res/android line whenever I’m defining
Share
Why don’t you just copy/paste this from another layout?
(and the answer about shortcut is “no”)