I create a custom image view by extending ImageView that just draws some text on the screen, however I don\'t see anything painted in the Emulator Screen, but the log messag
Use color values Color.WHITE or Color.BLACK instead of hexa values.