if you take a look at this link as an excample http://www.mkyong.com/android/android-imagebutton-example/
My question is How can I get the ImageButton Background Color when the user clicked on that ImageButton?
Thanks.
Instead of showing a message...
Toast.makeText(MyAndroidAppActivity.this, "ImageButton is clicked!", Toast.LENGTH_SHORT).show();
I would like to get the color value, so I can use it to change another control background color. Think of it as a Color Picker Dialogbox.