Note that there are some explanatory texts on larger screens.

plurals
  1. PORadioButtonGroup are not showing up
    primarykey
    data
    text
    <p>after solving buttons succesfully by you guys now im having a problem that the radiobuttongroup aren't showing up</p> <p>this is the code </p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android2="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" &gt; &lt;LinearLayout android:id="@+id/linearLayout1" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" android:weightSum="10" &gt; &lt;TextView android:id="@+id/secondLine" android:layout_width="fill_parent" android:layout_height="wrap_content" android:textSize="20sp" android:text="@string/Greetings" /&gt; &lt;Button android:id="@+id/Button1" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="HelloWord" /&gt; &lt;/LinearLayout&gt; &lt;LinearLayout android:id="@+id/linearLayout2" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="5dp" android:orientation="horizontal" android:weightSum="10" android2:baselineAligned="_baseline" &gt; &lt;TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="3.3" android:background="#ff0000" android:gravity="center" android:text="red" android:textColor="#000000" /&gt; &lt;TextView android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="3.4" android:gravity="center" android:background="#00ff00" android:text="green" android:textColor="#000000" &lt;TextView android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="3.3" android:gravity="center" android:background="#0000ff" android:text="blue" android:textColor="#000000" &lt;/LinearLayout&gt; &lt;RadioGroup android:layout_width="fill_parent" android:layout_height="wrap_content" android:id="@+id/myRadioGroup" android:orientation="horizontal"&gt; &lt;RadioButton android:layout_width="fill_parent" android:layout_height="fill_parent" android:weight="1" android:id="@+id/myRadioButtonRed" /&gt; &lt;RadioButton android:layout_width="fill_parent" android:layout_height="fill_parent" android:weight="1" android:id="@+id/myRadioButtonGreen" /&gt; &lt;RadioButton android:layout_width="fill_parent" android:layout_height="fill_parent" android:weight="1" android:id="@+id/myRadioButtonBlue" /&gt; &lt;/LinearLayout&gt; &lt;/LinearLayout&gt; </code></pre> <p>note: im having an error saying this TextView android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="3.3" android:gravity="center" android:background="#0000ff" android:text="blue" android:textColor="#000000" must be followed by a attribute specification i hope i can get help and thanks</p>
    singulars
    1. This table or related slice is empty.
    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.
    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