Get each child of your tab widget, and see if there is anything you can do
to remove it

    for(int i=0; i<tabWidget.getChildCount(); i++){
            tabWidget.getChildAt(i).(ANYTHING YOU WANNA DO)
        }

On Tue, Jan 31, 2012 at 11:08 AM, Ratheesh Valamchuzhy <[email protected]
> wrote:

> set the property of tab widget to  android:layout_marginBottom="-6dip"
>
> it may work
>
> --
> 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
>

-- 
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

Reply via email to