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
i think u have not put dp after width size .what why your code might not be working. ex android:layout_weight="20" use this android:layout_weight="20dp"
dp
android:layout_weight="20"
android:layout_weight="20dp"