Extract and check in NotepadCodeLab.zip for change tracking

The 3-part Notepad tutorial is currently only available in the zip archive
frameworks/base/docs/html/guide/tutorials/notepad/codelab/NotepadCodeLab.zip.
This CL adds the uncompressed code to the repository so that there is a
paper trail of future changes to the code.
This commit is contained in:
Tom O'Neill
2009-12-09 15:41:05 -08:00
parent 863270d143
commit 94b6d06899
48 changed files with 2401 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Notepad v3</string>
<string name="no_notes">No Notes Yet</string>
<string name="menu_insert">Add Note</string>
<string name="menu_delete">Delete Note</string>
<string name="title">Title</string>
<string name="body">Body</string>
<string name="confirm">Confirm</string>
<string name="edit_note">Edit Note</string>
</resources>