[android-developers] Converting to xlarge layouts

2011-07-29 Thread Neilz
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.s

[android-developers] Converting to xlarge layouts

2011-08-04 Thread hem chandra arya
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.s