-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Comments
@hbb20 Is it possible to do it? I would like to change the image height, which is hardcoded to 14dp. |
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. |
@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? |
@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 |
Managed to solve it. |
Easy way to use different row layout
The text was updated successfully, but these errors were encountered: