AboutActivity

public class AboutActivity extends DrawerActivity

Activity for displaying author attributions, copyright notices, and version information on an About page

Methods

onCreate

protected void onCreate(Bundle savedInstanceState)

When the activity is created, it pulls what to display from 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.

Parameters:
  • savedInstanceState – Passed to superclass onCreate method

openLegal

public void openLegal(View v)

Open Acknowledgements activity to display legally required attributions for the open-source libraries we use

Parameters:
  • v – The View of the button clicked on to run this method. Not used.