I have a help screen that comes up before my android game starts. It's a ScrollView. While playtesting, I found that almost without fail the players would tap on the screen at various points until they accidentally moved the screen a bit. Then they realized it was scrollable.
This isn't a good experience. I want the scrollable edge of the screen to glow constantly so that it's obvious that you need to scroll. Simply showing the scrollbar doesn't help because it's so minimalist. Even if it's wider I'm not sure it would attract the eye enough to clue people into the need to scroll.
Is this possible to do or do I need to derive my own version of ScrollView? If the latter, what do I need to do to make the edge glow?