Re: [android-developers] how to load correct images i have all size images ldpi hdpi xhdpi xxhdpi

2013-08-27 Thread Sumedh Jiwane
Try refreshing the folders, clean and rebuild. On Tue, Aug 27, 2013 at 12:24 PM, Amit Mangal wrote: > any idea guys ? > > > On Tue, Aug 27, 2013 at 10:50 AM, Amit Mangal > wrote: > >> drawable-hdpi >> drawable-ldpi >> drawable-mdpi >> drawable-xhdpi >> drawable-xxhdpi >> >> All images kept in

Re: [android-developers] how to load correct images i have all size images ldpi hdpi xhdpi xxhdpi

2013-08-26 Thread Amit Mangal
any idea guys ? On Tue, Aug 27, 2013 at 10:50 AM, Amit Mangal wrote: > drawable-hdpi > drawable-ldpi > drawable-mdpi > drawable-xhdpi > drawable-xxhdpi > > All images kept in proper folders but still it is not picking proper > images as per screen resolution > > thanks > > > > > On Tue, Aug 27,

Re: [android-developers] how to load correct images i have all size images ldpi hdpi xhdpi xxhdpi

2013-08-26 Thread Amit Mangal
drawable-hdpi drawable-ldpi drawable-mdpi drawable-xhdpi drawable-xxhdpi All images kept in proper folders but still it is not picking proper images as per screen resolution thanks On Tue, Aug 27, 2013 at 10:42 AM, TreKing wrote: > > On Mon, Aug 26, 2013 at 11:34 PM, Amit Mangal > wrote: >

Re: [android-developers] how to load correct images i have all size images ldpi hdpi xhdpi xxhdpi

2013-08-26 Thread TreKing
On Mon, Aug 26, 2013 at 11:34 PM, Amit Mangal wrote: > i create drawable folders for all images and kept all images in folders What folders? - TreKing

[android-developers] how to load correct images i have all size images ldpi hdpi xhdpi xxhdpi

2013-08-26 Thread Amit Mangal
Hi there, i have created a xml file using wrap content and relative layout. i am having images for all resolution. i create drawable folders for all images and kept all images in folders but when i am running project it is not working big screen only working on mdpi screens not working for hdpi sc