Skip to content

Updating the password hint font;

Saaquib Bokhari requested to merge issue_337_fixing_password_font 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_337_fixing_password_font

Related Issues

Closes #337 (closed)

Description

Currently, the email hint and password hints on the guest login page have two completely different fonts. The goal of this request is to update the password hint font so that these two match.

Steps to Test

Go to Login page and observe the font changes in the password and email fields.

Relevant Screenshots

N/A

Relevant Logs

N/A

Developer Notes

(List any notes you have about what you did here using bullets, for ex:)

  • Although it is possible to update the email hint font through the activity_login2.xml file, the password hint is unable to be changed and instead defaults to a monospace font. To fix this, I manually set the font in LoginActivity.java.
Edited by Saaquib Bokhari

Merge request reports