summaryrefslogtreecommitdiffstats
path: root/docs/html/resources/faq
diff options
context:
space:
mode:
authorDirk Dougherty <ddougherty@google.com>2010-07-20 18:38:53 -0700
committerDirk Dougherty <ddougherty@google.com>2010-07-26 11:07:24 -0700
commit0ac8ac301d056604485aeca9ffe5ce8d1e63ef19 (patch)
tree44048395baa62aeb89c7b1ef2c01b03af33ca58c /docs/html/resources/faq
parente8605af513e846f6cd223c9e92461189727d8c9b (diff)
downloadframeworks_base-0ac8ac301d056604485aeca9ffe5ce8d1e63ef19.zip
frameworks_base-0ac8ac301d056604485aeca9ffe5ce8d1e63ef19.tar.gz
frameworks_base-0ac8ac301d056604485aeca9ffe5ce8d1e63ef19.tar.bz2
Doc change: Add docs for licensing service.
Change-Id: Ia78467b8857cb8e83ab3920f4126bc7985a9d93d
Diffstat (limited to 'docs/html/resources/faq')
-rw-r--r--docs/html/resources/faq/commontasks.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/resources/faq/commontasks.jd b/docs/html/resources/faq/commontasks.jd
index 2f09b00..9c32e9c 100644
--- a/docs/html/resources/faq/commontasks.jd
+++ b/docs/html/resources/faq/commontasks.jd
@@ -158,7 +158,7 @@ It is not necessary to put external JARs in the assets folder.
<ul>
<li>Create an {@link android.app.Dialog app.Dialog} class </li>
<li>Create an {@link android.app.AlertDialog app.AlertDialog} class </li>
- <li>Set the {@link android.R.style#Theme_Dialog} <em>theme</em> attribute to <code>&#064;android:style/Theme.Dialog</code>
+ <li>Set the {@link android.R.style#Theme_Dialog} <em>theme</em> attribute to <code>&#64;android:style/Theme.Dialog</code>
in your AndroidManifest.xml file. For example:
<pre>&lt;activity class=&quot;AddRssItem&quot; android:label=&quot;Add an item&quot; android:theme=&quot;&#064;android:style/Theme.Dialog&quot;/&gt;</pre></li>
</ul>