Skip to content

(1) Adding onClickListeners to arrows in SelectPrintedExpirationDateFragment's layout

Tyler Sizse requested to merge issue_236_arrows 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_236_arrows

Related Issues

Closes #236 (closed);

Dependencies

None

Description

This merge request will add onClickListeners to the arrows in SelectPrintedExpirationDateFragment allowing each arrow to change each date in the respective direction.

Steps to Test

  1. Go to the 'Check Expiration Date' feature within the app.
  2. Scan or enter a barcode.
  3. Fill in the required information if in SelectItemFragment, or press confirm if in ConfirmItemFragment.
  4. Press 'Accept'
  5. Select a random date by tapping on each of the up and down arrows

Make sure each arrow changes the date in the respective direction

Relevant Screenshots

N/A

Relevant Logs

N/A

Developer Notes

  • Changed ImageViews to ImageButtons
  • Added onClickListeners for each button

Labels

NEST component:check-expiration-date type::other status::doing

Edited by Tyler Sizse

Merge request reports