kittkattNumber1 / android-color-picker

Automatically exported from code.google.com/p/android-color-picker
0 stars 1 forks source link

Your example is missing the "new" and an 'l' #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.
I copied and pasted your lovely sample and had a devil of a time getting it to 
compile.  It needs a "new" for one thing, also OnAmbiWarnaListener was 
mispelled, and mentioning the imports needed would be helpful.  Great color 
picker!  If I knew how to become a member here I would be happy to contribute...

         AmbilWarnaDialog dialog = new AmbilWarnaDialog(ctx, color, new OnAmbilWarnaListener() {

Original issue reported on code.google.com by alanm...@gmail.com on 22 Sep 2011 at 4:26

GoogleCodeExporter commented 9 years ago
Oops, forget the 'l' -- I must have deleted by accident or something! 

Original comment by alanm...@gmail.com on 22 Sep 2011 at 4:27

GoogleCodeExporter commented 9 years ago
Yes, I forgot to write the "new". Fixed. Thanks!

Original comment by yukuku on 22 Sep 2011 at 6:33