diff options
| author | Adam Powell <adamp@google.com> | 2010-10-29 10:46:05 -0700 |
|---|---|---|
| committer | Adam Powell <adamp@google.com> | 2010-10-29 15:10:57 -0700 |
| commit | 6a89a9ead09875a6b508ffb9a8b10f5bd3db13c5 (patch) | |
| tree | f56dd96e6953b178f6c19abfc01491d6ae91dd63 /samples/ApiDemos/src/com/example/android/apis/app/ActionBarUsage.java | |
| parent | c5b44be024a08a053417b2a4769e2ec1144392bd (diff) | |
Added demo for ActionBar display options
Change-Id: Ib916c36c0d3f8866b4f7f3a616fe15dcf0ca007f
Diffstat (limited to 'samples/ApiDemos/src/com/example/android/apis/app/ActionBarUsage.java')
| -rw-r--r-- | samples/ApiDemos/src/com/example/android/apis/app/ActionBarUsage.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/samples/ApiDemos/src/com/example/android/apis/app/ActionBarUsage.java b/samples/ApiDemos/src/com/example/android/apis/app/ActionBarUsage.java index 9657558cd..698005080 100644 --- a/samples/ApiDemos/src/com/example/android/apis/app/ActionBarUsage.java +++ b/samples/ApiDemos/src/com/example/android/apis/app/ActionBarUsage.java @@ -24,10 +24,10 @@ import android.widget.Toast; import com.example.android.apis.R; /** - * This demonstrates idiomatic usage of the Action Bar. The theme Theme.WithActionBar - * is specified for this activity in AndroidManifest.xml 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 ActionBarMechanics. + * This demonstrates idiomatic usage of the Action Bar. The 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 + * ActionBarMechanics. */ public class ActionBarUsage extends Activity { @Override |
