I just implemented a ScrollView on a dark background, and the scroll indicator does not show. Is there a default scroll bar indicator that works on dark backgrounds?
Take a look at scrollBarOptions. You can specify different images for the top, middle and bottom parts of the scrollBar.
http://docs.coronalabs.com/api/library/widget/newScrollView.html#scrollbaroptions-optional
Yup, I know I can create my own, but was hoping that there was already a version that worked on dark backgrounds. Seemed odd that there would be only one set, so just wanted to be sure before I had to figure out how to create my own.
Take a look at scrollBarOptions. You can specify different images for the top, middle and bottom parts of the scrollBar.
http://docs.coronalabs.com/api/library/widget/newScrollView.html#scrollbaroptions-optional
Yup, I know I can create my own, but was hoping that there was already a version that worked on dark backgrounds. Seemed odd that there would be only one set, so just wanted to be sure before I had to figure out how to create my own.