Hi sirs,

I pulling my hair out about this.

I have a made an app. which should run on small devices too. I made a
new logo and put it in res/drawable-ldpi. The logo for high density
devices are located in res/drawable.

When running a virtual device - which is configured to run 120 dpi (I
use a Toast message to verify this on startup) the logo chosen is
STILL the big one ie. from res/drawable.



The ImageView showing the logo is as below

<ImageView android:layout_width="wrap_content"
android:layout_height="wrap_content" android:background="@drawable/
mblogo" android:layout_gravity="left" android:layout_marginTop="5dp"></
ImageView>

Anyone have a solution for this???

Regards Morten
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to