diff options
author | Dirk Dougherty <ddougherty@google.com> | 2010-07-20 18:38:53 -0700 |
---|---|---|
committer | Dirk Dougherty <ddougherty@google.com> | 2010-07-26 11:07:24 -0700 |
commit | 0ac8ac301d056604485aeca9ffe5ce8d1e63ef19 (patch) | |
tree | 44048395baa62aeb89c7b1ef2c01b03af33ca58c /docs/html/resources/faq | |
parent | e8605af513e846f6cd223c9e92461189727d8c9b (diff) | |
download | frameworks_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.jd | 2 |
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>@android:style/Theme.Dialog</code> + <li>Set the {@link android.R.style#Theme_Dialog} <em>theme</em> attribute to <code>@android:style/Theme.Dialog</code> in your AndroidManifest.xml file. For example: <pre><activity class="AddRssItem" android:label="Add an item" android:theme="@android:style/Theme.Dialog"/></pre></li> </ul> |