summaryrefslogtreecommitdiffstats
path: root/docs/html/resources/resources-data.js
diff options
context:
space:
mode:
authorGilles Debunne <debunne@google.com>2010-06-23 16:53:35 -0700
committerGilles Debunne <debunne@google.com>2010-06-25 14:00:00 -0700
commit3eb9b66deb18888d7f52ed901abf342506aa3db7 (patch)
tree80849d0c948297d37f5844ceb400fd7fb162268c /docs/html/resources/resources-data.js
parent7ae7ac48aa2b53453c9805075171ecd5bcafd7de (diff)
downloadframeworks_base-3eb9b66deb18888d7f52ed901abf342506aa3db7.zip
frameworks_base-3eb9b66deb18888d7f52ed901abf342506aa3db7.tar.gz
frameworks_base-3eb9b66deb18888d7f52ed901abf342506aa3db7.tar.bz2
New XmlAdapters sample code.
Build files modified to add the new sample. Sample screenshot images. Change-Id: I51b9512eb7b8202a3acb482fbfbd8e5ffa100f5c
Diffstat (limited to 'docs/html/resources/resources-data.js')
-rw-r--r--docs/html/resources/resources-data.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/html/resources/resources-data.js b/docs/html/resources/resources-data.js
index 9bbe060..d06b695 100644
--- a/docs/html/resources/resources-data.js
+++ b/docs/html/resources/resources-data.js
@@ -554,6 +554,16 @@ var ANDROID_RESOURCES = [
en: 'A simple Android home screen widgets example.'
}
},
+ {
+ tags: ['sample', 'layout', 'new'],
+ path: 'samples/XmlAdapters/index.html',
+ title: {
+ en: 'XML Adapters'
+ },
+ description: {
+ en: 'Binding data to views using XML Adapters examples.'
+ }
+ },
/////////////////
/// TUTORIALS ///