[android-developers] Re: Quick way to change android namespace prefix

2010-07-21 Thread sstrenn
Here is a better version (last one toggled wrap search and regular expressions). This version requires that wrap search and regular expressions be checked and the dialog closed prior to first use of the script. ^!a:: Send {^Home} Send ^+f Send ^s Send ^f Send !b Send !l Send !f Send (xmlns:)andro

[android-developers] Re: Quick way to change android namespace prefix

2010-07-21 Thread sstrenn
Oops, the script should be: Send ^f!l!p!x!f(xmlns:)android!e\1_!a!f(\s)android:!e\1_:!a{Escape}^ +f^s On Jul 21, 4:35 pm, sstrenn wrote: > If you find that the "android:" attribute prefix is cumbersome and > reduces the readability of your Android XML files, you might want to &g

[android-developers] Quick way to change android namespace prefix

2010-07-21 Thread sstrenn
If you find that the "android:" attribute prefix is cumbersome and reduces the readability of your Android XML files, you might want to try changing the prefix from android to _. If you do it via the Eclipse XML editor, it seems like you have to perform 2 find/replace operations with regular expre

[android-developers] What is the deal with the android: namespace?

2010-03-08 Thread sstrenn
Is there any plan to eliminate the requirement to add the "android:" namespace to attributes in layout files? In my current project, "android:" prefixes make up a little over 20% of all of the text in the layout files. And instead of adding value, they make the files VERY DIFFICULT TO READ AND ED