I just took a look at my app with a Droid - it works/looks super ... except for my color dialog - which is tiny compared to my G1. I want to update the ColorPal code to accommodate different screen dimensions. One way to do this would be to access the DisplayMetrics from the dialog ie:
DisplayMetrics metrics = new DisplayMetrics(); getWindowManager().getDefaultDisplay().getMetrics(metrics); This does not seem to work from a dialog though - or I am missing something. Can someone point me in the right direction? j -- 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

