summaryrefslogtreecommitdiffstats
path: root/tutorials/NotepadCodeLab/Notepadv2Solution
Commit message (Collapse)AuthorAgeFilesLines
* update notepad tutorial to change activity title in NoteEdit classScott Main2010-06-171-0/+1
| | | | Change-Id: I58e8919dab1b82696d11e5e578419f30b47b0737
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-4/+4
| | | | Bug: #2361749.
* Finish adding Makefiles for the Notepad tutorial.Tom O'Neill2009-12-165-67/+69
| | | | | | | | | | | | Add the missing makefiles for the non-solution versions of the tutorial code. Required providing missing imports in Notepadv2. Also standardized white spaces using Source > Correct Indentation in Eclipse and a few manual changes. This was done to minimize differences such as: diff -r Notepadv1 Notepadv1Solution diff -r Notepadv1Solution/src/com/android/demo/notepad1/ Notepadv2/src/com/android/demo/notepad2/ Change-Id: Ie8b10efd61f2200b3c741ea500a6924710ab54ed
* Add Android.mk files for the Notepad tutorial's solutionsTom O'Neill2009-12-112-1/+31
| | | | | | | | | Now the tutorial is built as part of the standard build, but not installed as part of the system image. Required localizing an android:text field that was already localized in Notepadv1 but for some odd reason was no longer localized in v2 and v3. Change-Id: I0e1b41a4efa454a503b788b0698593136662a014
* Extract and check in NotepadCodeLab.zip for change trackingTom O'Neill2009-12-109-0/+484
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.