Don't count on the size of the controls in the light theme being
smaller.  I think the only reason they are smaller right now is
because the graphics for that theme haven't been done yet, so they are
still the old non-touch graphics.

On Apr 4, 1:40 pm, "Megha Joshi" <[EMAIL PROTECTED]> wrote:
>  There is not attribute to change the radio button image. For light theme
> this image is a bit smaller as compared to the standard theme.
>  You can change the size of the text associated with the radio button by
> using  android:textSize attribute.
>
>  <RadioButton
>             android:text="@string/radio_group_1_lunch"
>             android:id="@id/lunch"
>             android:layout_height="wrap_content"
>             android:layout_width="wrap_content"
>             android:textSize="10dip"/>
>
> On Thu, Apr 3, 2008 at 6:23 PM, DotNetCode <[EMAIL PROTECTED]> wrote:
>
> > I need to control the size of the RadioButtons inside a RadioGroup.
> > Can someone please tell which attribute should I look for??
>
> > Thanks,
>
> > PS: This is posted by someone else on developer group with no
> > response.
--~--~---------~--~----~------------~-------~--~----~
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]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to