Skip to content

(4) Adding 'Home' and 'New UPC' buttons to the app bar

Tyler Sizse requested to merge issue_240_home_button into main

License and Copyright Notice

By submitting this issue or commenting on this issue, or contributing any content to this issue, you certify under the Developer Certificate of Origin that the content you post may be licensed under GPLv3 (for code) or CC-BY-SA 4.0 International (for non-code content).

Branch Name

issue_240_home_button

Related Issues

Closes #240 (closed);

Description

This will add a 'Home' button and 'New UPC' button to the app bar for the 'Check Expiration Date' component.

Steps to Test

For 'Home' Button:

  1. Navigate to the 'Check Expiration Date' component.
  2. Press 'Home' button

Ensure that you have been brought back to the app home page.

For the 'New UPC' button:

  1. Navigate to the 'Check Expiration Date' component.
  2. Navigate your way to the end of the component.
  3. Press the 'New UPC' button

Ensure that you have been brought back to StartFragment.

Relevant Screenshots

Screenshot_1630364701

Relevant Logs

N/A

Developer Notes

  • Added 'Home' button
  • Added 'New UPC' button
  • Added new file res/menu/menu_check_expiration_date.xml
Edited by Tyler Sizse

Merge request reports