aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2012-05-22 14:11:12 -0700
committerYing Wang <wangying@google.com>2012-05-22 14:11:12 -0700
commitd8ca062b061b04561c60873905ecbcf0fdfda1a9 (patch)
tree5741275b7d6c87e498e9c358f348a6ac69c92462
parentfb2460b616379e075a42ef6be0ca4d6723d36239 (diff)
downloadwpan-d8ca062b061b04561c60873905ecbcf0fdfda1a9.tar.gz
onClick is defined in connect.java. Change-Id: I9dc9d0a18c8513be4d042cbc0c5526a15cd11388
-rw-r--r--tools/BluetoothSCOApp/res/layout/main.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/BluetoothSCOApp/res/layout/main.xml b/tools/BluetoothSCOApp/res/layout/main.xml
index 108b108..31560ce 100644
--- a/tools/BluetoothSCOApp/res/layout/main.xml
+++ b/tools/BluetoothSCOApp/res/layout/main.xml
@@ -10,6 +10,6 @@
android:text="@string/hello" android:capitalize="words"/>
<TextView android:id="@+id/TextView01" android:layout_height="wrap_content" android:layout_width="fill_parent" android:text="@string/Copyright"></TextView>
<TextView android:text="@string/Version" android:id="@+id/TextView02" android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
-<CheckBox android:id="@+id/CheckBox01" android:layout_height="wrap_content" android:layout_width="fill_parent" android:text="@string/BTenable" android:checked="false" android:clickable="true" android:onClick="@string/BTenable"></CheckBox>
+<CheckBox android:id="@+id/CheckBox01" android:layout_height="wrap_content" android:layout_width="fill_parent" android:text="@string/BTenable" android:checked="false" android:clickable="true" android:onClick="onClick"></CheckBox>
</LinearLayout>