summaryrefslogtreecommitdiff
path: root/android/testData/dom
diff options
context:
space:
mode:
authorEugene Kudelevsky <Eugene.Kudelevsky@jetbrains.com>2013-08-28 19:34:32 +0400
committerEugene Kudelevsky <Eugene.Kudelevsky@jetbrains.com>2013-08-28 19:34:32 +0400
commitb4b1f7a31de410614e5d20617ebed9d0a9698988 (patch)
treea12f293321114d086c7782732fb1570ef8eda8ed /android/testData/dom
parent8eb902aecce739e03339a6fe2426f68e73f6b1cc (diff)
downloadidea-b4b1f7a31de410614e5d20617ebed9d0a9698988.tar.gz
add possibility to setup lookup element for XML attribute values;
IDEA-102167 layout_* attributes should go first
Diffstat (limited to 'android/testData/dom')
-rw-r--r--android/testData/dom/layout/an6.xml3
-rw-r--r--android/testData/dom/layout/an6_after.xml3
-rw-r--r--android/testData/dom/layout/an7.xml3
3 files changed, 9 insertions, 0 deletions
diff --git a/android/testData/dom/layout/an6.xml b/android/testData/dom/layout/an6.xml
new file mode 100644
index 00000000000..749bc52787a
--- /dev/null
+++ b/android/testData/dom/layout/an6.xml
@@ -0,0 +1,3 @@
+<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:grav<caret>
+/> \ No newline at end of file
diff --git a/android/testData/dom/layout/an6_after.xml b/android/testData/dom/layout/an6_after.xml
new file mode 100644
index 00000000000..e650c61da59
--- /dev/null
+++ b/android/testData/dom/layout/an6_after.xml
@@ -0,0 +1,3 @@
+<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_gravity=""
+/> \ No newline at end of file
diff --git a/android/testData/dom/layout/an7.xml b/android/testData/dom/layout/an7.xml
new file mode 100644
index 00000000000..1554d37e3a0
--- /dev/null
+++ b/android/testData/dom/layout/an7.xml
@@ -0,0 +1,3 @@
+<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:<caret>
+/> \ No newline at end of file