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/basicProjectWithJar/res/layout | |
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/basicProjectWithJar/res/layout')
-rw-r--r-- | testapps/basicProjectWithJar/res/layout/main.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testapps/basicProjectWithJar/res/layout/main.xml b/testapps/basicProjectWithJar/res/layout/main.xml index b79cddb..1b7a6df 100644 --- a/testapps/basicProjectWithJar/res/layout/main.xml +++ b/testapps/basicProjectWithJar/res/layout/main.xml @@ -7,7 +7,8 @@ <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" - android:text="Hello World, Main" + android:text="basicProjectWithJar" + android:id="@+id/text" /> </LinearLayout> |