diff options
| -rw-r--r-- | Android.mk | 2 | ||||
| -rw-r--r-- | docs/html/resources/resources-data.js | 10 | ||||
| -rw-r--r-- | docs/html/resources/samples/images/StackWidget.png | bin | 0 -> 2525 bytes |
3 files changed, 12 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk index 18e0963eaf0c..953c35d3ea89 100644 --- a/Android.mk +++ b/Android.mk @@ -427,6 +427,8 @@ web_docs_sample_code_flags := \ resources/samples/Spinner "Spinner" \ -samplecode $(sample_dir)/SpinnerTest \ resources/samples/SpinnerTest "SpinnerTest" \ + -samplecode $(sample_dir)/StackWidget \ + resources/samples/StackWidget "StackWidget" \ -samplecode $(sample_dir)/TicTacToeLib \ resources/samples/TicTacToeLib "TicTacToeLib" \ -samplecode $(sample_dir)/TicTacToeMain \ diff --git a/docs/html/resources/resources-data.js b/docs/html/resources/resources-data.js index 5a3145b5185c..3d12b49d8228 100644 --- a/docs/html/resources/resources-data.js +++ b/docs/html/resources/resources-data.js @@ -565,6 +565,16 @@ var ANDROID_RESOURCES = [ } }, { + tags: ['sample', 'new', 'newfeature'], + path: 'samples/StackWidget/index.html', + title: { + en: 'StackView App Widget' + }, + description: { + en: 'Demonstrates how to create a simple collection widget containing a StackView.' + } + }, + { tags: ['sample', 'newfeature'], path: 'samples/TicTacToeLib/index.html', title: { diff --git a/docs/html/resources/samples/images/StackWidget.png b/docs/html/resources/samples/images/StackWidget.png Binary files differnew file mode 100644 index 000000000000..f2f83a0adcb0 --- /dev/null +++ b/docs/html/resources/samples/images/StackWidget.png |