diff options
author | Xavier Ducrohet <xav@android.com> | 2010-12-06 15:52:43 -0800 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2010-12-06 15:52:43 -0800 |
commit | 525ef2584a3d8e1d416852121112ed752bc7d497 (patch) | |
tree | 71995d681316f77da88cffea833ee6f473f62c79 /testapps/basicProject | |
parent | 90b6045294b33e87e972a49f587f1e2e78686c9a (diff) | |
download | sdk-525ef2584a3d8e1d416852121112ed752bc7d497.zip sdk-525ef2584a3d8e1d416852121112ed752bc7d497.tar.gz sdk-525ef2584a3d8e1d416852121112ed752bc7d497.tar.bz2 |
Update test apps and bundle them in the meta sdk.
- make it so that layout display something about the project,
and possibly the result of calling out to class coming from jar files.
- make the activity names on the launcher to be the name of the projects.
Change-Id: I318255c3284337be28220df509630cfff4eae38b
Diffstat (limited to 'testapps/basicProject')
-rw-r--r-- | testapps/basicProject/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testapps/basicProject/res/values/strings.xml b/testapps/basicProject/res/values/strings.xml index 549e4ea..a7322d3 100644 --- a/testapps/basicProject/res/values/strings.xml +++ b/testapps/basicProject/res/values/strings.xml @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <string name="app_name">Main</string> + <string name="app_name">basicProject</string> </resources> |