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
You need to specifiy the width and height of the view. That is a must. For the textview, you are only setting the height and weight. Add
android:layout_width="0dip"