Thursday, March 22, 2012

[android-developers] Alert dailog-- outer layout appears curled in mobile

Alert dailog looking different in emulator and mobile....in emulator it is ok but in mobile the outerbox is curled...am attached the images...


AlertDialog.Builder alert =new AlertDialog.Builder(LoginScreen.this);
alert.setTitle("Login Failure");
alert.setMessage("Enter The Details");
alert.setPositiveButton(android.R.string.yes, null);
alert.show();

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment