diff --git a/docs/html/guide/appendix/faq/commontasks.jd b/docs/html/guide/appendix/faq/commontasks.jd
index 0f89e7534a689..259b5d1fa22d2 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.
Activity |
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
|