I\'m developing a little android app, and I\'m having a problem with a layout, I been trying to find the error in my xml, but I couldn\'t find it...
The error I\'m
Try adding android:layout_width="wrap_content" to your TextViews that do not have it.
android:layout_width="wrap_content"