I am trying to create a series of different image resources for an app I am writing.
I have created five folders in the resource folder... Drawable Drawable-hdpi Drawable-mdpi Drawable-ldpi and this is my AndroidManifest.xml file... <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="internalOnly"> <uses-sdk android:minSdkVersion="8" targetSdkVersion="8"/> <supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:anyDensity="false" /> <application> </application> </manifest> Everytime I load the app on the emulator, it always selects the images in the Drawable-mdpi folder no matter what size dimensions my emulator is. Does anyone have any idea as to what I am doing wrong? Thanks -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Different-drawable-resources-are-selected-tp5710989.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid