Open GoogleCodeExporter opened 9 years ago
As far as I know, the bug is present on Android 3.0 to 3.2 if the hardware
acceleration is enabled. However, since layerType attribute is already used on
the color selector square, it should work correctly. I don't know how the app
build on a different machine could make the result different when run on a same
device.
Original comment by yukuku
on 30 Jan 2013 at 1:51
I just bought a nexus 4 phone and this exact problem appeared. Android version
4.2.2. Screenshot is attached. If I can help...
Original comment by snoof...@gmail.com
on 31 Mar 2013 at 9:06
Attachments:
[deleted comment]
[deleted comment]
I solved that issue with the following code:
@TargetApi(Build.VERSION_CODES.HONEYCOMB)
private void checkVersion(){
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
setLayerType(View.LAYER_TYPE_SOFTWARE, null);
}
}
Credit properly goes to this StackOverflow question:
http://stackoverflow.com/questions/12445583/issue-with-composeshader-on-android-
4-1-1
Original comment by stsp...@yahoo.com
on 19 Jun 2013 at 7:35
Iam also facing the same issue ambilwarna is not working in tablet it is
showing some white insted of black
Original comment by mailto.m...@gmail.com
on 11 Dec 2013 at 6:29
me to facing the same issu
Original comment by mailto.m...@gmail.com
on 19 Feb 2014 at 8:57
Original issue reported on code.google.com by
rru...@gmail.com
on 29 Jan 2013 at 8:12