Skip to content Skip to sidebar Skip to footer

Why Does The Background Of Textview Change It's Size?

I put a background to a TextView. I expect the background will adjust to my existing layout parameters and will not change the size of my TextView. So if I have width and height se

Solution 1:

This is because when we set background than textView or any Widget adjusts itself according to that background.Until and Unless we have not mentioned the Fix Height and Width[Its Poor approach]


Post a Comment for "Why Does The Background Of Textview Change It's Size?"