From 3eb9b66deb18888d7f52ed901abf342506aa3db7 Mon Sep 17 00:00:00 2001 From: Gilles Debunne Date: Wed, 23 Jun 2010 16:53:35 -0700 Subject: New XmlAdapters sample code. Build files modified to add the new sample. Sample screenshot images. Change-Id: I51b9512eb7b8202a3acb482fbfbd8e5ffa100f5c --- docs/html/resources/resources-data.js | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/html/resources/resources-data.js') 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 /// -- cgit v1.1