aboutsummaryrefslogtreecommitdiffstats
path: root/testapps
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2010-09-07 15:54:35 -0700
committerXavier Ducrohet <xav@android.com>2010-09-07 16:02:33 -0700
commit0662cb950e8e8a5e33ef8a6870f331d5ea452e1d (patch)
treebef90938b1b981603160d7d9a89ac3e8ecaefb1d /testapps
parentd1db7e2ce68f42fafa916d4b0d9f2a50f946b980 (diff)
downloadsdk-0662cb950e8e8a5e33ef8a6870f331d5ea452e1d.zip
sdk-0662cb950e8e8a5e33ef8a6870f331d5ea452e1d.tar.gz
sdk-0662cb950e8e8a5e33ef8a6870f331d5ea452e1d.tar.bz2
New extension points for DDMS
debugger connector is used by the "debug running app" button in the device list view. source revealer is used by the thread panel when double clicking on an entry of the stack trace. Change-Id: Ida07617a24d37f1d769d86859fd35d5bb19f5fd2
Diffstat (limited to 'testapps')
-rw-r--r--testapps/basicProject/res/layout/main.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/testapps/basicProject/res/layout/main.xml b/testapps/basicProject/res/layout/main.xml
index b79cddb..783e4a0 100644
--- a/testapps/basicProject/res/layout/main.xml
+++ b/testapps/basicProject/res/layout/main.xml
@@ -7,7 +7,7 @@
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:text="Hello World, Main"
+ android:text="Basic Project"
/>
</LinearLayout>