AlertDialog自定义控件

点击enter按钮会关闭对话框,留在当前Activity,点击exit按钮则退出应用。

首先是main.xml:

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="fill_parent"
  4. android:layout_height="fill_parent"
  5. android:background="#FFFFFFFF"
  6. android:orientation="vertical" >
  7.  
  8. <Button
  9. android:id="@+id/button"
  10. android:layout_width="fill_parent"
  11. android:layout_height="wrap_content"
  12. android:text="@string/hello" />
  13.  
  14. </LinearLayout>

主Activity代码CustomAlertDialogActivity.java:

  1. package nbe.sense7.vinci.custom.alertdialog;
  2. import android.app.Activity;
  3. import android.app.AlertDialog;
  4. import android.os.Bundle;
  5. import android.view.View;
  6. import android.view.View.OnClickListener;
  7. import android.view.Window;
  8. import android.widget.Button;
  9. import android.widget.ImageButton;
  10. public class CustomAlertDialogActivity extends Activity {
  11. /** Called when the activity is first created. */
  12. private Button button;
    自定义对话框布局文件custom_alertdialog.xml
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <LinearLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:layout_height="wrap_content"
  5. android:layout_width="wrap_content"
  6. android:layout_margin="15dp"
  7. android:gravity="center_horizontal"
  8. android:orientation="horizontal"
  9. android:background="@drawable/dialog_bg">
  10. <!-- enter button -->
  11. <ImageButton
  12. android:id="@+id/enter_btn"
  13. android:layout_height="wrap_content"
  14. android:layout_width="wrap_content"
  1.  
  1.  

文章链接: https://www.mfisp.com/24351.html

文章标题:AlertDialog自定义控件

文章版权:梦飞科技所发布的内容,部分为原创文章,转载请注明来源,网络转载文章如有侵权请联系我们!

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。

点点赞赏,手留余香

给TA打赏
共0人
还没有人赞赏,快来当第一个赞赏的人吧!
    建站教程投稿分享

    卸载mysql步骤

    2023-10-12 10:23:41

    建站教程投稿分享

    SAP系统应用

    2023-10-13 10:18:06

    0 条回复 A文章作者 M管理员
    如果喜欢,请评论一下~
    欢迎您,新朋友,感谢参与互动!
      暂无讨论,说说你的看法吧
    个人中心
    购物车
    优惠劵
    今日签到
    私信列表
    搜索

    梦飞科技 - 最新云主机促销服务器租用优惠