From ceac091e9a552f989350817a7eef8ffb837b2903 Mon Sep 17 00:00:00 2001
From: Simon Schoar
Date: Wed, 10 Jun 2009 01:29:38 +0200
Subject: Example for displaying alerts was missing an "@" for theme attribute
---
docs/html/guide/appendix/faq/commontasks.jd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'docs')
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.
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
--
cgit v1.1
|