-
Notifications
You must be signed in to change notification settings - Fork 49
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
List content not fully shown #39
Comments
Same layout code was working fine before Marshmallow. Not sure but I suspect the real problem might be with priority. Also the issue is somewhat transient: the same items might appear OK temporarily after something in the list changes. For example mark one item as bought, others on the screen get their layout adjusted and aren't cropped as much. In some cases just returning to the home screen and then going back to OI Shopping List is enough to trigger a layout refresh. |
I suspect some of the ClickableSpans not to report the correct size
…On 1 May 2017 15:23, "Aaron Peromsik" ***@***.***> wrote:
Same layout code was working fine before Marshmallow. Not sure but I
suspect the real problem might be with priority. Also the issue is somewhat
transient: the same items might appear OK temporarily after something in
the list changes. For example mark one item as bought, others on the screen
get their layout adjusted and aren't cropped as much. In some cases just
returning to the home screen and then going back to OI Shopping List is
enough to trigger a layout refresh.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#39 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABYcWQiELGAbbMBNS6BsOHkyCh_otrdqks5r1dzRgaJpZM4NM9VF>
.
|
There is still sometimes an issue with long items. |
Items with quantity and price are not fully shown.
Seems like wrap content is not working.
See https://plus.google.com/114518142425505141415/posts/Kp2W2sMNLeD
The text was updated successfully, but these errors were encountered: