Hi,

radiogroup inside i added tablerow but it's not working why? plese anyone
help me..




<RadioGroup android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:id="@+id/radiogroup">

<TableLayout
    android:id="@+id/advanceSearchTableLayout01"
    android:layout_width="wrap_content"
    android:paddingTop="6dip"
    android:layout_height="wrap_content"
    android:stretchColumns="*"
>
    <TableRow
        android:id="@+id/advanceSearchTableRow01"

    >

<RadioButton android:id="@+id/radiobutton1_music"
android:textColor="#000000"
android:layout_marginLeft="30dip"
android:layout_width="wrap_content"
android:layout_height="35dip"
android:text="Live Music" ></RadioButton>
<RadioButton android:id="@+id/radiobutton2_wifi"
 android:layout_width="wrap_content"
android:layout_height="35dip"
android:layout_marginLeft="30dip"
android:textColor="#000000"
android:text="Wifi"></RadioButton>

</TableRow>


  <TableRow
        android:id="@+id/advanceSearchTableRow01"

    >
<RadioButton android:id="@+id/radiobutton3_dancing"
android:layout_width="wrap_content"
android:layout_height="35dip"
android:layout_marginLeft="30dip"
android:textColor="#000000"
android:text="Dancing"></RadioButton>
<RadioButton android:id="@+id/radiobutton4_deliery"
 android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="30dip"
android:textColor="#000000"
android:text="Delivery"></RadioButton>
</TableRow>

-- 




"Nobody can go back and start a new beginning, but anyone can start today
and make a new ending"
-----
Thanks,
Regards,
νιנαソαkum@r M
BloG:http://iamvijayakumar.blogspot.com/
Mob.No:09048382536(Kerala)
Mob.No:09751076707(TN)





-- 




"Nobody can go back and start a new beginning, but anyone can start today
and make a new ending"
-----
Thanks,
Regards,
νιנαソαkum@r M
BloG:http://iamvijayakumar.blogspot.com/
Mob.No:09048382536(Kerala)
Mob.No:09751076707(TN)

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to