The only available reproducible example I can find to share with the board is the Android sample code NotePad, which is loaded into the IDE's Package Explorer as 'NotesList'.
I want to know why, in the package's NoteEditor.java, LinedEditText (extended from EditText) can't be renamed? In other words why can't I rewrite this extended class as, say, "Lined_EditText" in the two lines where the word exists, in its class name and its constructor? They are the only two locations, as far as I can determine, where the words exist in the entire package.
(There is an org.hermit.android.widgets.LinedEditText at http://moonblink.googlecode.com/svn/trunk/HermitAndroid/doc/org/hermit/android/widgets/LinedEditText.html, but this NotePad sample in the Android SDK doesn't import that class. The sample only imports android.widget.EditText .)
Thanks for any help.