bsoc-bitbyte / myLeave

myLeave is a user-friendly app that streamlines leave request submissions and management.
4 stars 14 forks source link

UI Fixes #12

Closed Agrim2112 closed 2 months ago

Agrim2112 commented 2 months ago
  1. Make the design consistent for Sign Up and Login Activity as given in the Figma deign . Test the design on physical device and make the UI changes accordingly, add appropriate layout margins in the multiples of 4 and increase the text sizes.

Current design on physical device:

  1. Fix the background colour issue and also wrap the root Relative Layout with a Constraint Layout in Login Activity.
  2. Apply all the correct font families in all activities as per the Figma design.
zephyr004 commented 2 months ago

Maintainer @Agrim2112 , I would like to work on this issue which requires UI fixes. I'll be following the required guidelines, the Figma design and adjust the XML files accordingly. I'll ensure that the layout structure and design elements are consistent between both activities. I'll modify the margins and text sizes, include new fonts, set a consistent background color for both activities and update the root layout from RelativeLayout to ConstraintLayout Thankyou.

Agrim2112 commented 2 months ago

@zephyr004 Go ahead. Try testing it on physical device to make the design more responsive. Also, make the custom drawables common for both the activities and remove the redundant ones.