Praveen
Praveen

Reputation: 91205

Image Pixels Problem in Android?

When I am using the background attribute for a Layout, the Pixels of the background image looks like blurry. I think there must be a resolution Problem. for example in Api Demos there is a module in this path Graphics/BitmapsPixels. My background image is looks like a third image. i would need to show my background image like the second one. How to do this? Any tutorials, Samples are most Thankful.

Upvotes: 0

Views: 364

Answers (1)

Alex Volovoy
Alex Volovoy

Reputation: 68474

If you image is an PNG and not a 9 patch png - you need just better image ( what size of the image you use ? ) . If its defined in XML - post the code

Upvotes: 1

Related Questions