Shadow1356
Results
2
comments of
Shadow1356
Simply add this to your XML: `` Then in your Java activity, `colorPicker = findViewById(R.id.static_color_picker);` Then you can add a Listener to it: `colorPicker.addOnColorSelectedListener(colorListener());` And do whatever you want in...
There should be some newlines in that xml, but Github won't let me :( Hopefully you get the idea.