2014年2月11日 星期二

Dialog Position

private CharSequence[] items = {"Set as Ringtone", "Set as Alarm"};
    AlertDialog.Builder builder = new AlertDialog.Builder(this);
    builder.setItems(items, new DialogInterface.OnClickListener() {
        public void onClick(DialogInterface dialog, int item) {

            if(item == 0) {

            } else if(item == 1) {

            } else if(item == 2) {

            }
        }
    });

     AlertDialog dialog = builder.create();
     dialog.requestWindowFeature(Window.FEATURE_NO_TITLE);
     WindowManager.LayoutParams wmlp = dialog.getWindow().getAttributes();

 wmlp.gravity = Gravity.TOP | Gravity.LEFT;
 wmlp.x = 100;   //x position
 wmlp.y = 100;   //y position

 dialog.show();

1 則留言:

  1. Find the BEST Casino - Dr.MCD
    Find the BEST 강원도 출장마사지 casino - Dr.MCD 전라남도 출장마사지 from 안성 출장샵 every corner of the 경산 출장마사지 world. See our vast selection of video poker machines, blackjack tables, video 포항 출장마사지 poker,

    回覆刪除

Related Posts Plugin for WordPress, Blogger...