What is the difference between android:layout_width and android:width

android, layout

Solution

There is essentially no difference, only a TextView has the width property also.

TextView.setWidth

Problem

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?

Original source