Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate fill_parent and introduce match_parent. | Romain Guy | 2010-01-08 | 1 | -4/+4 |
| | | | | Bug: #2361749. | ||||
* | Add Android.mk files for the Notepad tutorial's solutions | Tom O'Neill | 2009-12-11 | 1 | -1/+1 |
| | | | | | | | | | 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 tracking | Tom O'Neill | 2009-12-10 | 5 | -0/+61 |
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. |