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

feat(app): androidtv support #1592

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

hollowshiroyuki
Copy link

hehe :3c
still a wip, taking any advice/recommendation

closes #162

Comment on lines 71 to 74
modifier = Modifier
.horizontalScroll(rememberScrollState())
.padding(horizontal = MaterialTheme.padding.small),
.padding(horizontal = MaterialTheme.padding.small)
.then(modifier),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should apply the parent modifier first, so instead of

Modifier
....
.then(modifier)

do

modifier
....

@cowballz
Copy link

Good luck making this work for Android TV!. Hope it gets accepted into official apk

@cowballz
Copy link

cowballz commented Aug 4, 2024

Did you quit this project?

@hollowshiroyuki
Copy link
Author

nuh uh, i'm just bad and it takes a while, i'll need to revert some stuff because it's not the right way to proceed and breaks stuff, and i found better ways to proceed

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

Successfully merging this pull request may close these issues.

[⭐FR] Support for Android TV
3 participants