summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorMartin Nordholts <martin.nordholts@sonyericsson.com>2010-06-15 16:17:24 +0200
committerJean-Baptiste Queru <jbq@google.com>2010-06-15 12:05:17 -0700
commite429c5ec9d52a5e9af9133f5de9f1002f04aede1 (patch)
tree2d4c26ad8f1b59754d9714e3a5634dadb1d96a76 /api
parente82ff9ed14811755810b3d72a1acb528dc6e6795 (diff)
downloadframeworks_base-e429c5ec9d52a5e9af9133f5de9f1002f04aede1.zip
frameworks_base-e429c5ec9d52a5e9af9133f5de9f1002f04aede1.tar.gz
frameworks_base-e429c5ec9d52a5e9af9133f5de9f1002f04aede1.tar.bz2
Support custom themes with AlertDialog.Builder
Add a constructor to AlertDialog.Builder with a 'theme' parameter so that e.g. the buttons in a dialog built with AlertDialog.Builder can be themed. Change-Id: Ie1b1c9706ad2146c8b64dd91fe249c6855c6ac65
Diffstat (limited to 'api')
-rw-r--r--api/current.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml
index e06996d..5c84b76 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -19067,6 +19067,18 @@
<parameter name="context" type="android.content.Context">
</parameter>
</constructor>
+<constructor name="AlertDialog.Builder"
+ type="android.app.AlertDialog.Builder"
+ static="false"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+<parameter name="context" type="android.content.Context">
+</parameter>
+<parameter name="theme" type="int">
+</parameter>
+</constructor>
<method name="create"
return="android.app.AlertDialog"
abstract="false"