Note that there are some explanatory texts on larger screens.

plurals
  1. POR doesn't generate button
    primarykey
    data
    text
    <p>I've just finished to do the layout I want, and even although I saved everything, when I try to find by id the button, the button I'm looking for is missing.. Both the button's I have.. I've checked in the R class, under the ID, and it seems it doesn't sees' the buttons. Doesn't generate them? I dunno.. Any way, it happens every time I use relative layout!! Is there any connection? It works with TableLayout and with linear layout.. Only with relative layout it make's problems.</p> <pre><code>&lt;RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="@drawable/Background" &gt; &lt;TextView android:id="@+id/corpTag" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:layout_centerHorizontal="true" android:text="@string/corpTag" android:textColor="@color/White" /&gt; &lt;Button android:id="@+id/addBusinessButton" style="@android:style/ButtonBar" android:layout_width="200dp" android:layout_height="25dp" android:layout_alignParentTop="true" android:layout_centerHorizontal="true" android:layout_marginTop="208dp" android:text="@string/addYourBusiness" /&gt; &lt;Button android:id="@+id/searchBusinessButton" style="@android:style/ButtonBar" android:layout_width="200dp" android:layout_height="25dp" android:layout_alignBottom="@+id/addBusinessButton" android:layout_alignLeft="@+id/addBusinessButton" android:layout_marginBottom="36dp" android:text="@string/searchBusiness" /&gt; </code></pre> <p></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload