From 7dd37fbbed37ef951ee73aa16ead6428a1b63bd1 Mon Sep 17 00:00:00 2001 From: Svetoslav Ganov Date: Thu, 28 Jul 2011 17:49:49 -0700 Subject: [PATCH] Adding a missing documentation of the ActionProvider ActionBar sample. Change-Id: I09772305953f7684388603f3f34ec21c64a09067 --- samples/ApiDemos/src/com/example/android/apis/app/_index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/samples/ApiDemos/src/com/example/android/apis/app/_index.html b/samples/ApiDemos/src/com/example/android/apis/app/_index.html index 81d567d7a..4333d575e 100644 --- a/samples/ApiDemos/src/com/example/android/apis/app/_index.html +++ b/samples/ApiDemos/src/com/example/android/apis/app/_index.html @@ -160,6 +160,10 @@ complete example of how to switch between fragments. default Honeycomb theme includes the Action Bar by default and a menu resource is used to populate the menu data itself. If you'd like to see how these things work under the hood, see Mechanics. +
ActionProvider
+
Shows how to use an ActionProvider to supply a menu item with a specialized action view and + handle standard menu item clicks in one place. Demonstrated using the streamlined sharing UI + added in ICS.
Display Options
Shows how various Action Bar display option flags can be combined and their effects.