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
Any children with width=wrap_content have a size fixed at inflation, even when content is added to them. e.g. a TextView. Calling requestLayout or setLayoutParams with a fixed width also has no effect.
The text was updated successfully, but these errors were encountered:
The layout below is from your sample, but with the title TextView width to wrap_content. I also made the background red so I could see that view - it has a width of 0dp so it is not visible.
Any children with width=wrap_content have a size fixed at inflation, even when content is added to them. e.g. a TextView. Calling requestLayout or setLayoutParams with a fixed width also has no effect.
The text was updated successfully, but these errors were encountered: