I was creating a XML layout for my app and I needed to align a button below a text, but because i used a LinearLayout to align horizontaly some texts with the property weight, the button stayed in a different layout and now I define the property "android:layout_below" and it doesn't find the ID of the text. So, someone have any suggestion that could solve this problem without using Java?I was creating a XML layout for my app and I ne