summaryrefslogtreecommitdiff
path: root/android/testData/dom/layout/onClickHighlighting5.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/testData/dom/layout/onClickHighlighting5.xml')
-rw-r--r--android/testData/dom/layout/onClickHighlighting5.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/android/testData/dom/layout/onClickHighlighting5.xml b/android/testData/dom/layout/onClickHighlighting5.xml
new file mode 100644
index 00000000000..dafa52589fd
--- /dev/null
+++ b/android/testData/dom/layout/onClickHighlighting5.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ tools:context=".Activity2">
+<TextView
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:onClick="clickHandler1"/>
+ <TextView
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:onClick="<warning descr="Method 'clickHandler2' is missing in 'Activity2' or has incorrect signature">clickHandler2</warning>"/>
+</LinearLayout> \ No newline at end of file