huy510cnt / NQHuy_ColorPickerView

Automatically exported from code.google.com/p/color-picker-view
Apache License 2.0
2 stars 0 forks source link

Android 4.0.3 - ColorPickerView does not render correctly #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
On Android 4.0.3 is no black area at the bottom of the ColorPickerView.

My Device:

Nexus S
Android 4.0.3

Original issue reported on code.google.com by marten@ungeordnet.de on 7 Feb 2012 at 5:06

Attachments:

GoogleCodeExporter commented 9 years ago
Same here.  Is there a fix?

Original comment by Ihtf...@gmail.com on 24 Feb 2012 at 9:34

GoogleCodeExporter commented 9 years ago
You will have to disable harware acceleration on the view with: 

mColorPickerView.setLayerType(View.LAYER_TYPE_SOFTWARE, null);

Original comment by daniel.n...@gmail.com on 3 Mar 2012 at 4:20

GoogleCodeExporter commented 9 years ago
This has now been fixed and there is no need to disable hw acceleration anymore 
if you use the updated code!

Original comment by daniel.n...@gmail.com on 19 Jun 2013 at 6:44