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 Leave History Activity #15

Closed Agrim2112 closed 2 months ago

Agrim2112 commented 2 months ago

Create the XML layout for Leave History 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. Use Nested Scroll View to add scrolling.
  3. No need to create Recycler View layout and adapter, just add an empty Recycler View.
  4. Adhere to the given Figma design.
  5. Follow the specified naming convention for each view group ID to maintain consistency and clarity.
AyushNarsian commented 2 months ago

Good evening maintainer @Agrim2112 ! I would like to work on this issue. My approach would match the instructions given by you and I'll use constraint layout with nested scroll view and I'll add an empty recycler view and the fonts,colors,margins and padding according to the figma wherever required. The naming convention will also be followed while naming the ids and i'll also add comments to make the code review easier

aniket0742 commented 2 months ago

@Agrim2112 Sir, I would like to work on this issue. I will use ConstraintLayout as the root layout to ensure responsiveness across different screen sizes. Inside it I will add a Nested ScrollView for scrolling. within the scroll view I will place another Constraintlayout to organize the content and add empty recycler view. I will add the necessary constraints and styles according to the Figma design following the naming conventions. Thank You.

sujalagrawal2 commented 2 months ago

@Agrim2112 I would like to work on this issue. I will use ConstraintLayout and inside it I will add nestedScrollView. I will also add empty recycler view. I will use two customized button according to the figma. I will give proper margins and proper naming convention for each ID. Thank You.

Agrim2112 commented 2 months ago

@AyushNarsian You can work on it.