[android-developers] AlertDialog Question

2009-03-09 Thread SimV01
Is there a way to change the textsize used in AlertDialog.Builder - setMultiChoiceItems(validRatesCursor, "show", "country", new DialogInterface.OnMultiChoiceClickListener()... Some of my "country" fields have rather long names and they are getting cut off (with a ... on the end). Can the textsiz

[android-developers] AlertDialog Question

2008-10-27 Thread disappearedng
Hi everyone, I have written the following code public class AndroidPhoneDialer extends Activity { final EditText phoneNumber = (EditText) findViewById(R.id.phoneNumber); final Button callButton = (Button) findViewById(R.id.callButton); callButton.setOnClickListener(new B