summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSimon Schoar <schoar@googlemail.com>2009-06-10 01:29:38 +0200
committerJean-Baptiste Queru <jbq@google.com>2009-07-07 12:43:56 -0700
commitceac091e9a552f989350817a7eef8ffb837b2903 (patch)
tree1973e3836f498b9284a19edba68ded19fa23b57a /docs
parentf76035f35200d58dd72d8f019d4c1219300b2942 (diff)
downloadframeworks_base-ceac091e9a552f989350817a7eef8ffb837b2903.zip
frameworks_base-ceac091e9a552f989350817a7eef8ffb837b2903.tar.gz
frameworks_base-ceac091e9a552f989350817a7eef8ffb837b2903.tar.bz2
Example for displaying alerts was missing an "@" for theme attribute
Diffstat (limited to 'docs')
-rw-r--r--docs/html/guide/appendix/faq/commontasks.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/appendix/faq/commontasks.jd b/docs/html/guide/appendix/faq/commontasks.jd
index 0f89e75..259b5d1 100644
--- a/docs/html/guide/appendix/faq/commontasks.jd
+++ b/docs/html/guide/appendix/faq/commontasks.jd
@@ -427,7 +427,7 @@ user receiving new e-mail.</p>
<td>Activity</td>
<td>By setting the theme of an activity to
{@link android.R.style#Theme_Dialog
- android:theme=&quot;android:style/Theme.Dialog&quot;},
+ android:theme=&quot;&#064;android:style/Theme.Dialog&quot;},
your activity will take on
the appearance of a normal dialog, floating on top of whatever was
underneath it. You usually set the theme through the