views:

49

answers:

1

Hi Guys,

I am a newbie to Android Development, and facing this particular problem while changing TabBackground Image.

As you can see in the attached Image, there is a thin gray line. And I am unable to figure out where is it coming from. Can you please assist me in removing it.

I have checked there is no padding anywhere, and android:layout_width="wrap_content" and android:layout_height="wrap_content".

alt text

Actual Tab Background Image

Actual Tab Background Image

+1  A: 

Try android:tabStripEnabled="false" on your TabWidget.

CommonsWare
I have tried it... But it didn't helped..
Nitin