summaryrefslogtreecommitdiffstats
path: root/tutorials/NotepadCodeLab/Notepadv3Solution/res
diff options
context:
space:
mode:
authorTom O'Neill <tomo@google.com>2009-12-11 11:25:36 -0800
committerTom O'Neill <tomo@google.com>2009-12-11 11:25:36 -0800
commitf2519b444f658d2d7af8f85b0b95d12f32cf8bd2 (patch)
tree0d7f6ea3503d67f43842de7e5abf46bddf404ca6 /tutorials/NotepadCodeLab/Notepadv3Solution/res
parent79ace48637207ba918a19d55acd9eeda700ff203 (diff)
downloadandroid_development-f2519b444f658d2d7af8f85b0b95d12f32cf8bd2.tar.gz
android_development-f2519b444f658d2d7af8f85b0b95d12f32cf8bd2.tar.bz2
android_development-f2519b444f658d2d7af8f85b0b95d12f32cf8bd2.zip
Add Android.mk files for the Notepad tutorial's solutions
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
Diffstat (limited to 'tutorials/NotepadCodeLab/Notepadv3Solution/res')
-rwxr-xr-xtutorials/NotepadCodeLab/Notepadv3Solution/res/layout/notes_list.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorials/NotepadCodeLab/Notepadv3Solution/res/layout/notes_list.xml b/tutorials/NotepadCodeLab/Notepadv3Solution/res/layout/notes_list.xml
index 29ae88631..6ae04729e 100755
--- a/tutorials/NotepadCodeLab/Notepadv3Solution/res/layout/notes_list.xml
+++ b/tutorials/NotepadCodeLab/Notepadv3Solution/res/layout/notes_list.xml
@@ -9,5 +9,5 @@
<TextView android:id="@+id/android:empty"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="No Notes!"/>
+ android:text="@string/no_notes"/>
</LinearLayout>