[android-developers] Re: Android Tab Layout

2010-11-18 Thread nikhil
It seems that this place is the text below the since I kept it blank.

On Nov 17, 5:13 pm, nikhil nik...@gmail.com wrote:
 Hello,

 I am using the tab layout for my app, I have everything set up but
 there is one minor issue and I am not able to figure out any solution
 for it.

 I referred to the android tab laout tutorial that google has provided
 and assigned separate images for each tab and for each state (selected
 or not).

 For some reason some space above the image remain blank, I have no
 clue where this space is coming from. I have no padding or any king of
 margin above the widget.

 I just want my image to fill up the tab completely with any space
 above it.

 Is this possible?

-- 
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] Re: Android Tab Layout

2010-11-18 Thread Dan
This is something that snagged me a while back. If you check the
platform layout tab_indicator.xml (android.R.layout.tab_indicator)
everything will become clear.  It is easy enough to replace this
layout with something similar.

-Dan

On Nov 18, 2:57 pm, nikhil nik...@gmail.com wrote:
 It seems that this place is the text below the since I kept it blank.

 On Nov 17, 5:13 pm, nikhil nik...@gmail.com wrote:







  Hello,

  I am using the tab layout for my app, I have everything set up but
  there is one minor issue and I am not able to figure out any solution
  for it.

  I referred to the android tab laout tutorial that google has provided
  and assigned separate images for each tab and for each state (selected
  or not).

  For some reason some space above the image remain blank, I have no
  clue where this space is coming from. I have no padding or any king of
  margin above the widget.

  I just want my image to fill up the tab completely with any space
  above it.

  Is this possible?

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