I have a textview that displays the store name from my database. It is inside of a table row. Every object's width and height is set to wrap_content. It is wrapping and putting some of the name into the second line, but it looks like it doesn't know where the right margin of the parent is. I tried manually setting the width and leaving the height as wrap content, because that worked in design view, but not when running the app.
↧