[android-beginners] Re: CustomView - horizontal slider help needed

2010-01-27 Thread XCaffeinated
Hi xxx Sliders in Android are called Seekbars. This may help you when you search online. Recently, I needed to do exactly what you are describing. You can see a test screenshot of this - a Seekbar with images to the left and right (and a text label above as well, which is also an image, and all

[android-beginners] Re: CustomView - horizontal slider help needed

2010-01-27 Thread XCaffeinated
Apologies, I forgot the links in the above post: The full composited image: http://i916.photobucket.com/albums/ad9/XCaf/SeekbarOverTestBackground.png The four component images: http://i916.photobucket.com/albums/ad9/XCaf/CustomSeekbarParts.png -XCaf On Jan 27, 8:39 pm, XCaffeinated wrote: > Hi

[android-beginners] Re: CustomView - horizontal slider help needed

2010-01-29 Thread MobDev
wow ! great information, I will be having a look at this next week ! At a first glance it looks like a very gooid pointer on how to get thins done :D Thx a lot ! On 28 jan, 02:49, XCaffeinated wrote: > Apologies, I forgot the links in the above post: > > The full composited > image:http://i916.p

[android-beginners] Re: CustomView - horizontal slider help needed

2010-01-30 Thread XCaffeinated
Hi MobDev, Glad you found it useful. For some reason, I referred to you as xxx in my OP to you, probably because I wrote it offline, and if there's a way to edit Google Groups' posts once they're submitted, it eludes me *completely*. I will organize these notes a bit better and post a tutorial on