I was following an Android tutorial about RelativeLayout which just made a basic layout of two EditTexts (first name and last name fields) and a Button(not important). The first name EditText view had a layout_width of 0dp, but was still visible on the screen. I messed around with the width value and it seemed that no matter what value I gave it, the size of the EditText stayed the same. Why is that? Does it have something to do with the layout_toLeftOf statement? Below are links to the tutorial along with a picture of my xml code and the resulting output.
Tutorial Link: http://tinyurl.com/jjnfw7z

![2]](https://i.sstatic.net/CnmiS.png)