-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
FlexBox layout problems #68
Comments
<me.jfenn.attribouter.wedges.AppWedge
description="An Android application designed to help developers by automatically adding their apps to a widget for easy launching / uninstalling / reinstalling etc."
playStoreUrl="https://play.google.com/store/apps/details?id=de.psdev.devdrawer"
repo="github:PSDev/DevDrawer" /> Related question: On https://github.com/fennifith/Attribouter/wiki/AppWedge it says, that the play store link should get automatically generated, but I still had to manually enter the url for the button/icon to show. |
Huh. Yeah, it looks like the AppWedge isn't quite built to work with less than four links. If it's possible for you to, err, find another two, then it might work... lol Created #70 to track this; not a major amount of work to fix, but I know I'm not gonna get around to it today.
Yep, the wiki's a bit outdated right now; there were a lot of changes in the last update. I'll go over it all at some point & fix everything, but that's gonna take a while. |
This app is in very early development, those fixes are not urgent. I'll can wait for the updates |
I seem to have fixed one of these issues by re-using the layout manager across recycled views; this should hopefully fix the squashing issues on the licenses screen. I'm not sure what has changed since this was created, but I can no longer reproduce the problems in the UserDialog either; perhaps it was another dependency causing those issues which was updated in 08e18e1. If I don't run into any other issues, I'll close this in the next release. |
It seems that the button "links" occasionally have problems asserting their dimensions within the FlexBox RecyclerView layouts they're contained in...
wrap_content
. Possibly related to Support RecyclerView of which height is wrap_content google/flexbox-layout#349.The text was updated successfully, but these errors were encountered: