[android-developers] scrollbar drawable not appearing properly

2010-10-10 Thread kavitha b
Hi All,

I am setting a drawable to scrollbar of a list view.But scrollbar image is
not appearing properly.It appears strecthed.

I tried to use 9 patch image.But still same problem.

Anybody ahs used image to scrollbar successfully?

Please help.

Thanks
Kavitha

-- 
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] scrollbar drawable not appearing properly

2010-10-07 Thread kavitha b
Hi All,

I tried replacing scrollbar image with another drawable,setting
scrollbar to a listview,but scrollbar image is appearing very weird,it
is stretched vertically.

I am setting to list view as

android:scrollbarThumbVertical=@drawable/scrollbar
android:scrollbarTrackVertical=@drawable/scrollbar

Is there any other attribute i need to set to make image appear properly.

Thanks
Kavitha

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

Re: [android-developers] scrollbar drawable not appearing properly

2010-10-07 Thread TreKing
On Thu, Oct 7, 2010 at 1:29 AM, kavitha b kkavith...@gmail.com wrote:

 Is there any other attribute i need to set to make image appear properly.


Not sure, but I would look at the default image used by the system (it
should be somewhere in the SDK along with the other default images) and see
if that does anything special. Maybe it's a PNG.9 stretchy image or
something.

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

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