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 custom Dialog Box #23

Closed Agrim2112 closed 2 months ago

Agrim2112 commented 2 months ago

Create the XML layout for custom Dialog Box based on the design provided in the Figma . Since the layout for both dialog boxes is the same, you can reuse the code

Your layout must follow these guidelines:

  1. Use Linear Layout to create the custom Dialog Box .
  2. Adhere to the given Figma design
  3. Follow the specified naming convention for each view group ID to maintain consistency and clarity.
madhavs004 commented 2 months ago

@Agrim2112 I would like to work on this issue. I will use Linear layout vertically to create the dialog box and I will use chain to constrain the buttons. I will also use the specified naming convention for the textviews. Please assign me this issue. Thanks.

sujalagrawal2 commented 2 months ago

@Agrim2112 I would like to work on this issue. I will use Linear layout vertically for two TextView and for button I will use Linear Layout horizontally with layout_weight property. I will properly use margin (as shown in figma ) and follow specified naming convention for each view group ID. Thank You.

Agrim2112 commented 2 months ago

@madhavs004 You can take up the issue