<legend id='Vlps3'><style id='Vlps3'><dir id='Vlps3'><q id='Vlps3'></q></dir></style></legend>

      <bdo id='Vlps3'></bdo><ul id='Vlps3'></ul>

  1. <tfoot id='Vlps3'></tfoot>

      <small id='Vlps3'></small><noframes id='Vlps3'>

      <i id='Vlps3'><tr id='Vlps3'><dt id='Vlps3'><q id='Vlps3'><span id='Vlps3'><b id='Vlps3'><form id='Vlps3'><ins id='Vlps3'></ins><ul id='Vlps3'></ul><sub id='Vlps3'></sub></form><legend id='Vlps3'></legend><bdo id='Vlps3'><pre id='Vlps3'><center id='Vlps3'></center></pre></bdo></b><th id='Vlps3'></th></span></q></dt></tr></i><div id='Vlps3'><tfoot id='Vlps3'></tfoot><dl id='Vlps3'><fieldset id='Vlps3'></fieldset></dl></div>
    1. 在 AlertDialog 中更改按钮颜色

      时间:2023-08-31

        <tbody id='GwaRo'></tbody>
      1. <legend id='GwaRo'><style id='GwaRo'><dir id='GwaRo'><q id='GwaRo'></q></dir></style></legend>

        <small id='GwaRo'></small><noframes id='GwaRo'>

          <bdo id='GwaRo'></bdo><ul id='GwaRo'></ul>
        • <i id='GwaRo'><tr id='GwaRo'><dt id='GwaRo'><q id='GwaRo'><span id='GwaRo'><b id='GwaRo'><form id='GwaRo'><ins id='GwaRo'></ins><ul id='GwaRo'></ul><sub id='GwaRo'></sub></form><legend id='GwaRo'></legend><bdo id='GwaRo'><pre id='GwaRo'><center id='GwaRo'></center></pre></bdo></b><th id='GwaRo'></th></span></q></dt></tr></i><div id='GwaRo'><tfoot id='GwaRo'></tfoot><dl id='GwaRo'><fieldset id='GwaRo'></fieldset></dl></div>
          <tfoot id='GwaRo'></tfoot>

                本文介绍了在 AlertDialog 中更改按钮颜色的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                问题描述

                如何在 Android 的 AlertDialog 中更改按钮的颜色?

                How can I change the color of the button(s) in an AlertDialog in Android?

                推荐答案

                我是这样做的.

                AlertDialog.Builder customBuilder = new AlertDialog.Builder(new ContextThemeWrapper(this,android.R.style.Theme_Dialog));
                
                customBuilder.setTitle(R.string.popup_error_title);
                customBuilder.setNegativeButton("Exit application", new DialogInterface.OnClickListener() {  
                    public void onClick(DialogInterface dialog, int which) {  
                        MyActivity.this.finish();
                    }  
                });
                
                AlertDialog dialog = customBuilder.create();
                dialog.show();
                
                Button b = dialog.getButton(DialogInterface.BUTTON_NEGATIVE);
                
                if(b != null) {
                    b.setBackgroundDrawable(getResources().getDrawable(R.drawable.my_button));
                }
                

                我在这里找到可绘制的

                这篇关于在 AlertDialog 中更改按钮颜色的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                上一篇:Android 对话框宽度 下一篇:Activity 泄露了最初添加在这里的窗口 com.android.

                相关文章

                最新文章

                    <small id='sppKc'></small><noframes id='sppKc'>

                  1. <tfoot id='sppKc'></tfoot>
                    <i id='sppKc'><tr id='sppKc'><dt id='sppKc'><q id='sppKc'><span id='sppKc'><b id='sppKc'><form id='sppKc'><ins id='sppKc'></ins><ul id='sppKc'></ul><sub id='sppKc'></sub></form><legend id='sppKc'></legend><bdo id='sppKc'><pre id='sppKc'><center id='sppKc'></center></pre></bdo></b><th id='sppKc'></th></span></q></dt></tr></i><div id='sppKc'><tfoot id='sppKc'></tfoot><dl id='sppKc'><fieldset id='sppKc'></fieldset></dl></div>

                      <bdo id='sppKc'></bdo><ul id='sppKc'></ul>
                  2. <legend id='sppKc'><style id='sppKc'><dir id='sppKc'><q id='sppKc'></q></dir></style></legend>