<RadioGroup
        android:id="@+id/
Radiogroup"
        
android:layout_width="fill_parent"
        
android:layout_height="wrap_content"
        
android:orientation="vertical"
>
<TableLayout
        android:id="@+id/
widget28"
        
android:layout_width="fill_parent"
        
android:layout_height="fill_parent"
        
android:orientation="vertical"
        xmlns:android="http://schemas.android.com/apk/res/
android"
>
        
<TableRow>
        
<RadioButton
                        android:id="@+id/
radioNumber"
        
android:layout_width="wrap_content"
        
android:layout_height="wrap_content"
                        android:text="@string/
number"
        
android:layout_marginRight="1dip"
                        /
>
        
<RadioButton
                        android:id="@+id/
radioCharter"
        
android:layout_width="wrap_content"
        
android:layout_height="wrap_content"
                        android:text="@string/
character"
        
android:layout_marginRight="1dip"
                        /
>
  </
TableRow>
 
<TableRow>
        
<RadioButton
                        android:id="@+id/
radioMix"
        
android:layout_width="wrap_content"
        
android:layout_height="wrap_content"
                        android:text="@string/
mix"
                        /
>
                </
TableRow>
        </
TableLayout>
</
RadioGroup>

    it's my xml config file.when  I add the tableLayout into the
raidogroup. I find that I can select more than one radiobutton at one
time.
    Does anyone konw how to fixed it?
--~--~---------~--~----~------------~-------~--~----~
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