I have samsung galaxy 7" tab(hdpi) and kindle fire 7" hd device. both having different screen resolutions(samsung galaxy - 1024*600 and kindle fire hd - 1280*800). both are hdpi devices, so naturally picking resources from drawable-hdpi.
Now i want following thing to do:
one image say Img1.png is created in 2 different size and same name
Eg: Img1.png(say 72*72px) and Img1.png(say 78*78px)
Now how to place these images under drawable-hdpi folder so that 72*72 image will picked up by samsung tab and 78*78 by kindle fire.
Is there any naming convention followed for images or drawable folder so that android can identify images for hdpi devices with different screen sizes,
Please please help me for the same.
Thanks in advance,
Ketan Bhangale