I created an alarm app. I gave the images in mdpi, ldpi and hdpi. But when I tested my app in an motorola phone . I was getting my app to cover only some part of the screen and rest was blank. I was as if my app was resized to occupy only a portion of the screen and rest was blank. It was testes fine in may other phones. Can any one suggest a solution pls .

link|improve this question

57% accept rate
feedback

3 Answers

up vote 1 down vote accepted

Hey Never mind thanks I fixed it .

http://developer.android.com/guide/topics/manifest/supports-screens-element.html

link|improve this answer
feedback

I think this happens because your images does not fit to the screen size.Use ninepatch(ref) images for your images.This allows your application to adjust the images to fit to your required size.

link|improve this answer
feedback

have you hardcoded layout sizes ? fill parent values for layout width and height.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.