I have an image with dimensions 250*70 pixels under drawable
folder (I'm just starting out in Android development, so i created drawable
folder in res
) and I have the same image with higher dimensions in drawable-large
folder; but the image is not looking as I expected.
Can anyone explain the reason behind/purpose of 3 drawable folders?
Where should I store my image so that it displays properly in both modes (landscape & portrait) and in all the mobiles (including tablets)?
I want my image to scale dynamically to the size of the device screen.
Can anyone share your views or links to search ?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…