> > I want to put the default radio button circle image in the right side as > image, default is in left side. > Why?
is it possible ? > Not easily, that I know of... Off the top of my head, I would create a RelativeLayout that holds a TextView and a RadioButton. I would then specify an empty string for the radio button, and use the text view to hold the radio button's label... Then you would give the RadioButton the android:layout_alignParentRight="true" attribute so that it was on the far right side of the relative layout. Is it worth it? Not to me... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Mar 28, 2012 at 3:08 PM, Goutom <goutom.sust....@gmail.com> wrote: > Hi > > I want to put the default radio button circle image in the right side as > image, default is in left side. > is it possible ? > > Take care. > > Regards > Goutom Roy > > -- > 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 -- 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