Hi,
     Could someone please suggest how can I remove / replace the image
on a radio button? My radio button looks something like in the
attached image. I am unable to find any xml property / method using
which I can achieve the same.

In case it helps, the xml declaration for my radio button looks
something like as shown below:

<RadioButton android:id="@+id/photobutton"
                android:layout_width="wrap_content"
                android:layout_height="fill_parent"
                android:padding="0dip"
                android:background="@drawable/photobutton"
                android:layout_weight="1"
 />

Thanks in Advance,
DivKis

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

<<attachment: togglebutton.png>>

Reply via email to