Hi all. I'm altering my app so that it fits nicely into a tablet, by specifing layout-xlarge and drawable-xlarge resources.
One thing I don't seem to be able to alter is the dialogs. I have a number of these in my code: AlertDialog.Builder alert = new AlertDialog.Builder(MyActivity.this); alert.setTitle(R.string.dialog_title); alert.setIcon(R.drawable.icon); alert.setMessage(R.string.dialog_desc); // add some buttons and actions alert.show(); These are appearing very small, with tiny text, and don't seem to be being re-sized according to the device type. How can I achieve this please? I'm using the standard emulator for testing this, by the way. Thanks & Regards Hem ch, arya -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en