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
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
2 matches
Mail list logo