I am using;
mCanvas.drawText(c.getText(), c.getCordX(), c.getCordY(), a);
for draw a text on my canvas object. At Galaxy Nexus text values appears true points but at ASUS transformer tablet, all of them appears false points like images below. Any ideas?
Thanks.
Problem solved. Previously I put template background image only drawable-xhdpi folder. Now, I put image, all hdpi,mdpi,ldpi folder, and problem solved.