Android Question Modifying B4XDrawer Library to Match Attached Image - Willing to Pay for Assistance

ykucuk

Well-Known Member
Licensed User
Longtime User
I am looking for help in customizing the B4X Drawer Library to work as shown in the attached image. I need guidance on modifying the library to achieve the desired functionality. If you're interested in assisting me with this task, please let me know. I am willing to offer payment for your help.
 

Attachments

  • Screenshot 2023-03-16 at 1.14.12 AM.png
    Screenshot 2023-03-16 at 1.14.12 AM.png
    219.5 KB · Views: 98

Alexander Stolte

Expert
Licensed User
Longtime User
Use my B4XDrawerAdvanced, there you have the possibility to adjust the width during runtime, animated, or without animation
 
Upvote 0

ykucuk

Well-Known Member
Licensed User
Longtime User
Hi, Thank you for your quick response. Honestly, I can't understand how to set the width when the left bar is closed.
 
Upvote 0

Alexander Stolte

Expert
Licensed User
Longtime User
Honestly, I can't understand how to set the width when the left bar is closed.
I don't really understand what you mean.
There are 3 properties where you can adjust the width:
  • SetSideWidth - Sets the Width of both panels (Left and Right)
  • SetSideWidth_Left - Sets the Width of the Left Panel
  • SetSideWidth_Right - Sets the Width of the Right Panel
 
Upvote 0

ykucuk

Well-Known Member
Licensed User
Longtime User
I don't really understand what you mean.
There are 3 properties where you can adjust the width:
  • SetSideWidth - Sets the Width of both panels (Left and Right)
  • SetSideWidth_Left - Sets the Width of the Left Panel
  • SetSideWidth_Right - Sets the Width of the Right Panel
As seen in the attached image, what I want to do is the following: The left panel will never disappear. When clicked on, it will expand.

In short, when the left panel is closed, it will be 100 dip wide, and when open, it will be 300 dip wide.
 
Upvote 0
Top