summaryrefslogtreecommitdiffstats
path: root/docs/html/tools
diff options
context:
space:
mode:
authorRich Slogar <rslogar@google.com>2015-04-22 10:36:10 -0700
committerRich Slogar <rslogar@google.com>2015-04-22 13:39:42 -0700
commite85ca7d1feb0757c29dc9d77768927932226c866 (patch)
treecddeafdf4237375fcfc71e97170c94aee8448e0e /docs/html/tools
parent8408cbe3adc8b0df4ae279a2e8689d1066972744 (diff)
downloadframeworks_base-e85ca7d1feb0757c29dc9d77768927932226c866.zip
frameworks_base-e85ca7d1feb0757c29dc9d77768927932226c866.tar.gz
frameworks_base-e85ca7d1feb0757c29dc9d77768927932226c866.tar.bz2
docs: support library 22.1 feature updates
b/20456505 Change-Id: Iff4b97928d73fa38d9ada2e786ac644d61e918cb
Diffstat (limited to 'docs/html/tools')
-rw-r--r--docs/html/tools/support-library/features.jd9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/html/tools/support-library/features.jd b/docs/html/tools/support-library/features.jd
index 0f0a0c0..ee1ed72 100644
--- a/docs/html/tools/support-library/features.jd
+++ b/docs/html/tools/support-library/features.jd
@@ -205,9 +205,12 @@ com.android.support:multidex:1.0.0
information on using the Action Bar, see the
<a href="{@docRoot}guide/topics/ui/actionbar.html">Action Bar</a> developer guide.
</li>
- <li>{@link android.support.v7.app.ActionBarActivity} - Adds an application activity class that
- must be used as a base class for activities that uses the Support Library action bar
- implementation.
+ <li>{@link android.support.v7.app.AppCompatActivity} - Adds an application activity class that can
+ be used as a base class for activities that use the Support Library action bar
+ implementation.
+ </li>
+ <li>{@link android.support.v7.app.AppCompatDialog} - Adds a dialog class that can be used as a base
+ class for AppCompat themed dialogs.
</li>
<li>{@link android.support.v7.widget.ShareActionProvider} - Adds support for a standardized
sharing action (such as email or posting to social applications) that can be included in an