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.
6 lines
162 B
XML
Executable File
6 lines
162 B
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="app_name">Notepad v1</string>
|
|
<string name="no_notes">No Notes Yet</string>
|
|
</resources>
|