tags:

views:

39

answers:

1

Hi, When i give the scrollbar height as 320sp in andoir ,it is okay for my application in android but in droid the same code for that scroll bar but it is too small in that how can i adjust ? Give me some suggestions.Thanks in advance?

+1  A: 

set the height (or width) to 'fill_parent' instead of '320sp'

steelbytes
Thank U,But in below of the scroll view i have another icons for Which are always displayed to the user.When i give fill parent the icons are not displayed.What can i do?
sairam
can you please show us the xml of your layout?
steelbytes