Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we create event text cross the day component? #464

Open
AlanChienHouzz opened this issue Apr 29, 2023 · 10 comments
Open

Can we create event text cross the day component? #464

AlanChienHouzz opened this issue Apr 29, 2023 · 10 comments

Comments

@AlanChienHouzz
Copy link

AlanChienHouzz commented Apr 29, 2023

Library information:

  • Version: 2.3.0
  • View or Compose module: Compose

Question:

Is it possible to make text cross the day like google calendar? Thank you @kizitonwose :)
for instance:

Screenshot_20230429_184042

@AlanChienHouzz
Copy link
Author

It's possible to replace monthBody to achieve this I think. I'm trying to achieve that. Correct me if I'm wrong :)

@kizitonwose
Copy link
Owner

Could be tricky to do it that way. You may be better off with the week row, but that would involve forking the project since it is not exposed.

@AlanChienHouzz
Copy link
Author

@kizitonwose Thanks for replying. Yeah! It would be better if we can expose the whole week row. Do you think it's a worth effort to make this change?

@kizitonwose
Copy link
Owner

It's worth doing, this feature has been requested before but I just have not found the time.

@AlanChienHouzz
Copy link
Author

AlanChienHouzz commented May 3, 2023

Do you mind to let me try this enhancement?

--
it's hard to find a best way to put the event cross the row item lol.
I was using Row with weight to put events.

image

@kizitonwose
Copy link
Owner

Yes, feel free to implement it, let me know if you need any help along the way. Ideally, the week should be changed from just Row to Box -> Row -> External Overlay. The outer box should only be added if the External Overlay composable is provided (not null).

@kizitonwose
Copy link
Owner

Hey @AlanChienHouzz Any updates? Need help?

@AlanChienHouzz
Copy link
Author

@kizitonwose I need more time. Do you mind it..?
Sorry. it's a little bit busy these days. long days..

@kizitonwose
Copy link
Owner

@AlanChienHouzz That's fine. I just wanted to know if you needed help, please take as much time as you need.

@DanteAndroid
Copy link

Do you mind to let me try this enhancement?

-- it's hard to find a best way to put the event cross the row item lol. I was using Row with weight to put events.

image

How to achieve this, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants