You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe it's an error on my end but I found that setting no height on Sneaker results in long texts truncated, and while the issue can be resolved setting an height it does not provide a reliable solution, because some device I didn't tested against or some future device could have some exotic form-factor that vanifies this implementation. So a wrap-content option could be a definitive solution to this problem. However thank you for your work.
The text was updated successfully, but these errors were encountered:
If you don't set the height, sneaker will by default calculate the height according to status bar height and toolbar height. If you have a long text and its truncated, you need to set the height to sneaker to wrap_content by .setHeight(ViewGroup.LayoutParams.WRAP_CONTENT) . I got your point to give wrap_content by default. Thank you for your suggestion, i will take this under consideration for next version.
Maybe it's an error on my end but I found that setting no height on Sneaker results in long texts truncated, and while the issue can be resolved setting an height it does not provide a reliable solution, because some device I didn't tested against or some future device could have some exotic form-factor that vanifies this implementation. So a wrap-content option could be a definitive solution to this problem. However thank you for your work.
The text was updated successfully, but these errors were encountered: