Posts by Flavio Fernandes • 1 point
2 posts
-
0
votes1
answer161
viewsA: Set the width of a Textview by the maximum number of characters
Specifying the property "layout_width" as "wrap_content" in the two Textview will solve your problem because the attribute "wrap_content" serves precisely for this, occupy the space necessary for…
-
0
votes6
answers922
viewsA: Listview very long
The problem is probably in your "player" layout file, I could not fully understand its explanation but I believe that your file has a Relativelayout with a Textview, you should put the property…