From dec9dfd0f9f9ae23e4f126d765178fbd26a9eadb Mon Sep 17 00:00:00 2001 From: Adam Powell Date: Mon, 9 Aug 2010 15:27:54 -0700 Subject: Support ActionBar in Dialogs Dialogs planning on using an ActionBar must have an appropriate theme. (Later on this will likely be default.) Change-Id: I7fbf5f76eed3d10765fddeaf211e4decb4e89f87 --- api/current.xml | 22 +++++++-------- core/java/android/app/Dialog.java | 24 ++++++++++++++-- .../com/android/internal/app/ActionBarImpl.java | 33 ++++++++++++++++------ 3 files changed, 57 insertions(+), 22 deletions(-) diff --git a/api/current.xml b/api/current.xml index b7eec9934cfe..a944213cc79d 100644 --- a/api/current.xml +++ b/api/current.xml @@ -26353,6 +26353,17 @@ + + - -