am c7f15f5c: am 5a1b6357: Merge "Adding StackWidget sample code" into honeycomb

* commit 'c7f15f5cbb68e138e739f6e6d7e1605c48cad2a4':
  Adding StackWidget sample code
This commit is contained in:
Adam Cohen
2011-02-11 15:29:43 -08:00
committed by Android Git Automerger
3 changed files with 12 additions and 0 deletions

View File

@@ -428,6 +428,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 \

View File

@@ -564,6 +564,16 @@ var ANDROID_RESOURCES = [
en: 'The test application for the Activity Testing tutorial. It tests the Spinner example application.'
}
},
{
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',

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB