Android Weight Not Working
I have a textview and edittext in a linear layout. Neither view shows up at all if done the way I've seen every example of using weight to set width as a percentage of parent that
Solution 1:
Change the orientation of the Layout. You have it vertical and put things there, weighting width!
Post a Comment for "Android Weight Not Working"