Re: [android-developers] shadow under tabs android

2012-02-01 Thread Farhan Tariq
Get each child of your tab widget, and see if there is anything you can do
to remove it

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

On Tue, Jan 31, 2012 at 11:08 AM, Ratheesh Valamchuzhy android...@gmail.com
 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 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

[android-developers] shadow under tabs android

2012-01-30 Thread vani reddy
Hi,

How to remove the shadow under the tabs.And there are few light black dots
how to remove that also.Please check the attached snapshot.
I also used the below code

style name=YourTheme

  item name=android:windowContentOverlay@null/item

/style



-- 
Regards,
Vani Reddy

-- 
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=enattachment: device-2012-01-31-112625.png

Re: [android-developers] shadow under tabs android

2012-01-30 Thread Ratheesh Valamchuzhy
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 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