summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Scott Main <> 2009-04-26 23:21:55 -0700
committer The Android Open Source Project <initial-contribution@android.com> 2009-04-26 23:21:55 -0700
commit2222c9e4ad7242acb1f12bdcd77ac670f802a43f (patch)
tree015c453495ca2d55037dcdacebdb147aff6a87d1
parent0ee4f86c92b9372489bace84276b81e8b37827df (diff)
AI 147812: close <em> tag
BUG=1668453 Automated import of CL 147812
-rw-r--r--core/res/res/values/themes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/themes.xml b/core/res/res/values/themes.xml
index 6b3d7407d1c8..89a2511be0a1 100644
--- a/core/res/res/values/themes.xml
+++ b/core/res/res/values/themes.xml
@@ -236,7 +236,7 @@
<!-- Special variation on the default theme that ensures the background is
completely black. This is useful for things like image viewers and
media players. If you want the normal (dark background) theme
- do <em>not<em> use this, use {@link #Theme}. -->
+ do <em>not</em> use this, use {@link #Theme}. -->
<style name="Theme.Black">
<item name="android:windowBackground">@android:color/black</item>
<item name="android:colorBackground">@android:color/black</item>