Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e85ca7d1 authored by Rich Slogar's avatar Rich Slogar
Browse files

docs: support library 22.1 feature updates

b/20456505

Change-Id: Iff4b97928d73fa38d9ada2e786ac644d61e918cb
parent 8408cbe3
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -205,10 +205,13 @@ 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
  <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
    action bar.