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 Sign Up Activity #2

Closed Agrim2112 closed 3 months ago

Agrim2112 commented 3 months ago

Create the XML layout for Sign Up 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.
ayushsaksena30 commented 3 months ago

@Agrim2112 Please assign me this issue. My approach will be to add text views to display text and text edit for input and also use background as a drawable to get rounded button input and use card view for rounded container.

sujalagrawal2 commented 3 months ago

@Agrim2112 I'd like to take on this issue. My approach will be to add relative layout (so that I can create overlap design ) and inside it I will add card view (for rounded corner) and inside it I will use constraint layout (so that layout is responsive). I will use TextView, EditText (for input) , buttons, ImageView. I will edit the EditView by making custom EditView in drawable and add shadow effect . I will follow specified naming convention for each view group ID. Please assign it to me. Thank You.

Agrim2112 commented 3 months ago

@sujalagrawal2 You can take up the issue