hold17 / cphindustries

App for CPH Industries to manage weapons made for movies.
MIT License
0 stars 1 forks source link

Feature/custom action bar + version number #58

Closed tlien closed 6 years ago

tlien commented 6 years ago

Custom toolbar is created and set as activity actionbar. It shows title and subtitle navigation info. BreadcrumbHelper.class contains static methods to set toolbar subtitles through the setActionbarSubtitle() method in the activity.

Action menu added. Settings item displays "Settings" toast onItemClick() while the About item displays the version number of the application, which is found by PackageInfo.class.

TODO: Add SettingsFragment. Will create new issue to deal with this.