public class AboutActivity extends DrawerActivity
About
pageDrawerActivity.WaitForSubscribedList
currentUser, frameLayout, fullLayout, mDrawerLayout, mDrawerToggle, mToolbar, navView, queue, subscribedNetworkIds, subscribedNetworks, thisActivity
Constructor and Description |
---|
AboutActivity() |
Modifier and Type | Method and Description |
---|---|
protected void |
onCreate(android.os.Bundle savedInstanceState)
When the activity is created, it pulls what to display from
R.layout#activity_about . |
void |
openLegal(android.view.View v)
Open
Acknowledgements activity to display legally required attributions for the
open-source libraries we use |
fetchNetworks, onConfigurationChanged, onNavigationItemSelected, onPostCreate, onStop, setContentView
protected void onCreate(android.os.Bundle savedInstanceState)
R.layout#activity_about
.
It does not have a setSupportActionBar(toolbar)
call because that is handled by
DrawerActivity
. The toolbar MUST have an ID of action_bar
.savedInstanceState
- Passed to superclass onCreate methodpublic void openLegal(android.view.View v)
Acknowledgements
activity to display legally required attributions for the
open-source libraries we usev
- The View
of the button clicked on to run this method. Not used.