From 77560fc704f2933e0df8a4be0768b2439a0bab2a Mon Sep 17 00:00:00 2001 From: Tom O'Neill Date: Tue, 15 Dec 2009 11:27:15 -0800 Subject: Finish adding Makefiles for the Notepad tutorial. 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 --- tutorials/NotepadCodeLab/Notepadv1/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tutorials/NotepadCodeLab/Notepadv1/AndroidManifest.xml') diff --git a/tutorials/NotepadCodeLab/Notepadv1/AndroidManifest.xml b/tutorials/NotepadCodeLab/Notepadv1/AndroidManifest.xml index 33f30da3c..99023fe78 100755 --- a/tutorials/NotepadCodeLab/Notepadv1/AndroidManifest.xml +++ b/tutorials/NotepadCodeLab/Notepadv1/AndroidManifest.xml @@ -1,5 +1,6 @@ - + -- cgit v1.2.3