>
> I don't see how this changes the size of individual tabs.
>
*
*This code should get you the first tab in the TabHost... If you passed an
argument of 1 that would get you the secont tab.  Then you are setting the
width and height on that tab with the call to setLayoutParams():

*tabHost.getTabWidget().getChildAt(0)*


Have you tested it?
>
Have you?  It wouldn't be that hard to add the code and see if it works...

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Sun, Jun 10, 2012 at 10:39 AM, igor ganapolsky <eazy...@gmail.com> wrote:

> I don't see how this changes the size of individual tabs.  Have you tested
> it?
>
> On Friday, May 29, 2009 12:00:33 AM UTC-4, Rockingteam wrote:
>>
>> Try this.
>>
>> tabHost.getTabWidget().**getChildAt(0).setLayoutParams(**new
>> LinearLayout.LayoutParams(**width,height));
>>
>  --
> 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

Reply via email to