bsoc-bitbyte / myLeave

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

XML Layout for Login Activity #3

Closed Agrim2112 closed 3 months ago

Agrim2112 commented 3 months ago

Create the XML layout for Login Activity based on the design provided in the Figma.

Your layout must follow these guidelines:

  1. Use Constraint Layout to ensure the layout is responsive to all screen sizes.
  2. Adhere to the given Figma design
  3. Follow the specified naming convention for each view group ID to maintain consistency and clarity.
ritankarsaha commented 3 months ago

@Agrim2112 I would like to work on this issue ensuring that all layouts use ConstraintLayout to manage the responsive behaviour more effectively and adjust the constraints of each view to ensure they display properly across different screen sizes following the figma design using imageview edit-text and text-view tags with hints. Please assign me this issue under BSoC'24. Thank You.

madhavs004 commented 3 months ago

@Agrim2112 I would like to work on this issue. I will be using Textviews and Edittexts with hints to input the email and password. I would use imageview to display the background image. Thanks.

Agrim2112 commented 3 months ago

@ritankarsaha you can work on this

ritankarsaha commented 3 months ago

@Agrim2112 I have fixed the issue #3 and also opened a PR for the same #5.