Multiple choice

Which of the following is an invalid text color of android?

  1. Color.DKGRAY

  2. #FF000000

  3. Color.GREEN

  4. @drawable/red

  5. #765500

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

 #765500 is valid in HTML, but not in Android.