I have a couple questions related to the use of B4Xseekbar on Android.
Modifying the "base background" color in the designer does not seem to do anything. In b4i I was able to give the view a background by modifying the .mBase.color property, but on B4A this makes the entire view a solid color.
Also when placed inside a scrollview (In this case an item inside of a customlistview) it's very difficult to scrub left and right as any vertical movement will stop the scrubbing. This doesn't happen in B4i as scrubbing the seekbar prevents you from scrolling up and down. Would it be possible to replicate this behavior?
Any help is appreciated.
Modifying the "base background" color in the designer does not seem to do anything. In b4i I was able to give the view a background by modifying the .mBase.color property, but on B4A this makes the entire view a solid color.
Also when placed inside a scrollview (In this case an item inside of a customlistview) it's very difficult to scrub left and right as any vertical movement will stop the scrubbing. This doesn't happen in B4i as scrubbing the seekbar prevents you from scrolling up and down. Would it be possible to replicate this behavior?
Any help is appreciated.