What is the difference between android:layout_width and android:width
Posted
by virsir
on Stack Overflow
See other posts from Stack Overflow
or by virsir
Published on 2010-04-26T13:30:50Z
Indexed on
2010/04/26
13:33 UTC
Read the original article
Hit count: 242
I do not know the difference between these two attributes and for the height also.
Take a TextView for example, what would happen if I set its layout_width to wrap_content and set its width to 50 dip?
© Stack Overflow or respective owner