OSDN Git Service

Example for displaying alerts was missing an "@" for theme attribute
authorSimon Schoar <schoar@googlemail.com>
Tue, 9 Jun 2009 23:29:38 +0000 (01:29 +0200)
committerJean-Baptiste Queru <jbq@google.com>
Tue, 7 Jul 2009 19:43:56 +0000 (12:43 -0700)
docs/html/guide/appendix/faq/commontasks.jd

index 0f89e75..259b5d1 100644 (file)
@@ -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