diff options
author | Simon Schoar <schoar@googlemail.com> | 2009-06-10 01:29:38 +0200 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2009-07-07 12:43:56 -0700 |
commit | ceac091e9a552f989350817a7eef8ffb837b2903 (patch) | |
tree | 1973e3836f498b9284a19edba68ded19fa23b57a /docs | |
parent | f76035f35200d58dd72d8f019d4c1219300b2942 (diff) | |
download | frameworks_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.jd | 2 |
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="android:style/Theme.Dialog"}, + android:theme="@android:style/Theme.Dialog"}, 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 |