Example for displaying alerts was missing an "@" for theme attribute
This commit is contained in:
committed by
Jean-Baptiste Queru
parent
f76035f352
commit
ceac091e9a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user