Android Question change click color from ScrollView

scsjc

Well-Known Member
Licensed User
Longtime User
Is possible change the Click Color from scroll view ?
 

scsjc

Well-Known Member
Licensed User
Longtime User
Sorry for question... i found:

B4X:
Dim cd As ColorDrawable
cd.Initialize(Colors.Red, 0)
pressedDrawable = cd

Thanks !
 
Upvote 0
Top