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

Custom Row Layout #19

Open
hbb20 opened this issue Jul 24, 2020 · 5 comments
Open

Custom Row Layout #19

hbb20 opened this issue Jul 24, 2020 · 5 comments

Comments

@hbb20
Copy link
Owner

hbb20 commented Jul 24, 2020

Easy way to use different row layout

@gergely-szebenyi
Copy link

gergely-szebenyi commented Jun 7, 2024

@hbb20 Is it possible to do it? I would like to change the image height, which is hardcoded to 14dp.

@hbb20
Copy link
Owner Author

hbb20 commented Jun 7, 2024

No. It still doesn't have it. I was assuming that with jetpack compose, developers can use library provided data and build their own UI pretty easily. So I didn't prioritize it.

@gergely-szebenyi
Copy link

gergely-szebenyi commented Jun 7, 2024

@hbb20 Thanks for this quick reply. I've solved it with overwriting cp_country_row.xml in my app. Not the most elagant solutions but it works.

If I have a custom dialog with an extra view, can I assign a clickListener to it to close the dialog without selection?

@gergely-szebenyi
Copy link

@hbb20 I see that clearSelectionButton does something similar (it closes the dialog) but also clears my previous selection (which is obvious by it's name). I'm currently trying to set an initial selection from code, not sure if it is possible

@gergely-szebenyi
Copy link

Managed to solve it.

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

2 participants