SCCapstone / DBK

0 stars 0 forks source link

"About Us" view #42

Closed hxtk closed 5 years ago

hxtk commented 5 years ago

Create a view with links to information about the company, to be provided in email from client. A button for this view should be added to the first group in he nav drawer menu (pending #31 and #32).

hxtk commented 5 years ago

Note that the root NavigationActivity no longer contains an AppBar as the jobs_view requires a different AppBar from the non-Job views. It may be worthwhile to create a separate issue (referencing this one) for a generic AppBar that can be included into the settings, about and (if we make it) overview views.

hxtk commented 5 years ago

This view should be presented when NavigationActivity is created, so that we are not given an empty default view.

It should also be placed in the same menu group as Settings in the navigation menu resource, not the second, empty group.

hxtk commented 5 years ago

b8e34adf19f0108fae0df50385ccd531195ae08b does not compile; missing class edu.sc.dbkdrymatic.AboutUsFragment.

ntford commented 5 years ago

the AboutUs class file should now be reachable.