summaryrefslogtreecommitdiff
path: root/integration-tests/TestApp/app
diff options
context:
space:
mode:
authorYigit Boyar <yboyar@google.com>2015-07-01 13:22:48 -0700
committerYigit Boyar <yboyar@google.com>2015-07-06 16:49:02 -0700
commitaafbe5a2394ff9826201cca97d3298a9f355e311 (patch)
treebeb9afa55e41eed654b42356588bf0f1ae9878ec /integration-tests/TestApp/app
parentb15fd21ad1821b5e6a1c0c4977bc24c01d6bc7ce (diff)
downloaddata-binding-aafbe5a2394ff9826201cca97d3298a9f355e311.tar.gz
Add errors for layout files in different configs
This CL adds ScopedExceptions to multi-config layout parsing. Bug: 21953001 Change-Id: I5d62b711120e890733e7f5c08108041109e4eefd
Diffstat (limited to 'integration-tests/TestApp/app')
-rw-r--r--integration-tests/TestApp/app/src/main/res/layout-land/multi_res_layout.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/integration-tests/TestApp/app/src/main/res/layout-land/multi_res_layout.xml b/integration-tests/TestApp/app/src/main/res/layout-land/multi_res_layout.xml
index 8e719d55..bb2f58d8 100644
--- a/integration-tests/TestApp/app/src/main/res/layout-land/multi_res_layout.xml
+++ b/integration-tests/TestApp/app/src/main/res/layout-land/multi_res_layout.xml
@@ -14,6 +14,10 @@
<layout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:bind="http://schemas.android.com/apk/res-auto">
+
+
+
+
<data>
<variable name="objectInLand" type="android.databinding.testapp.vo.NotBindableVo"/>
</data>