0

Possible Duplicate:
Android Color Picker

I would like to know if exist some type of edit in android to select a color.

Like Photoshop have when you select the color of the pencil, opens a window with a grid with all tones of colors, then the user can select some color and the edit return the hex of this color to me.

Community
  • 1
  • 1
jonathanrz
  • 4,206
  • 6
  • 35
  • 58

1 Answers1

2

You can find one here, I think this could be helpfull for you.

http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/ColorPickerDialog.html
Mun0n
  • 4,438
  • 4
  • 28
  • 46