AlertDialog

  public void onClick(View v) {     new AlertDialog.Builder(MainActivity.this)             .setTitle("This is Dialog~")//title             .setMessage("Are you sure?")//text             .setCancelable
相關文章
相關標籤/搜索