• <kbd id="qyk40"></kbd>
  • <strike id="qyk40"></strike><samp id="qyk40"><pre id="qyk40"></pre></samp>

    在網上找了很多關于dialog的自定義樣式的問題,還有很多人寫得比較復雜,需要改動style什么的,或者是自定義dialog搞得很復雜,我最后還是找到了方法來實現。參考原文地址:http://jy0329.blog.163.com/blog/static/14746600220132204035120/

    下面是我的dialog布局xml文件:


    [mw_shl_code=java,true]

        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:background="@android:color/transparent"
        android:layout_margin="50dp">
        
       
            android:id="@+id/rl_dialog_content"
            android:layout_width="fill_parent"
            android:layout_height="200dp"
            android:background="@drawable/alertdialog_bg">
                
                    android:id="@+id/dialog_text"
                    android:layout_width="fill_parent"
                    android:layout_height="wrap_content"
                    android:text="現在就打電話給客服:arjinmc"           
                    android:layout_marginTop="50dp"     
                    android:layout_marginLeft="30dp"
                    android:layout_marginRight="30dp"
                    android:maxLines="5"
                    android:gravity="center"
                    />        
                    
                
                    android:id="@+id/ll_buttons"
                    android:layout_width="fill_parent"
                    android:layout_height="wrap_content"
                    android:orientation="horizontal"
                    android:layout_alignParentBottom="true"
                    android:layout_margin="30dp">
                    
                    
                   
                     android:id="@+id/dialog_cancel"
                     android:text="@string/alert_cancel"
                     android:background="@drawable/btn_long_white"
                     style="@style/dialog_button"
                     android:layout_weight="1"
                     android:textColor="@color/tabs_font"
                     />
                   
                     android:id="@+id/dialog_ok"
                     android:text="@string/alert_ok"
                     android:background="@drawable/btn_long_red"
                     style="@style/dialog_button"
                     android:layout_weight="1"
                     android:layout_marginLeft="5dp"/>
                    
                
       

       
            android:id="@+id/dialog_close"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:background="@drawable/alertdialog_close"
            android:layout_alignParentRight="true"
            android:layout_alignParentTop="true"
            android:layout_marginLeft="20dp"
           />   
        


    [/mw_shl_code]
     

    效果如圖:

     

     

     

    在代碼中需要這樣寫就可以了:

    [mw_shl_code=java,true]//布局文件轉換為view對象
                      LayoutInflater inflaterDl = LayoutInflater.from(this);
                      RelativeLayout layout = (RelativeLayout)inflaterDl.inflate(R.layout.layout_dialog, null );
                      
                      //對話框
                      final Dialog dialog = new AlertDialog.Builder(SettingActivity.this).create();
                      dialog.show();
                      dialog.getWindow().setContentView(layout);
                      
                      
                      //取消按鈕
                      Button btnCancel = (Button) layout.findViewById(R.id.dialog_cancel);
                      btnCancel.setOnClickListener(new OnClickListener() {
                            
                            @Override
                            public void onClick(View v) {
                                    Toast.makeText(getApplicationContext(), "cancel", Toast.LENGTH_SHORT).show();                                
                            }
                      });
                      
                      
                      //確定按鈕
                      Button btnOK = (Button) layout.findViewById(R.id.dialog_ok);
                      btnOK.setOnClickListener(new OnClickListener() {
                            
                            @Override
                            public void onClick(View v) {
                                    Toast.makeText(getApplicationContext(), "ok", Toast.LENGTH_SHORT).show();                                
                            }
                      });
                      
                      
                      //關閉按鈕
                      ImageButton btnClose = (ImageButton) layout.findViewById(R.id.dialog_close);
                      btnClose.setOnClickListener(new OnClickListener() {
                            
                            @Override
                            public void onClick(View v) {
                                    dialog.dismiss();                                
                            }
                      });[/mw_shl_code]

     

     

    非常easy!自己動手吧。

     

    穩定

    產品高可用性高并發

    貼心

    項目群及時溝通

    專業

    產品經理1v1支持

    快速

    MVP模式小步快跑

    承諾

    我們選擇聲譽

    堅持

    10年專注高端品質開發
    • 返回頂部
    国产精品第12页| 久久精品一区二区国产| 国产精品亚洲а∨无码播放不卡| 亚洲精品国产肉丝袜久久| 久久九九国产精品怡红院| 国产亚洲精品高清在线| 国产精品.XX视频.XXTV| 强制高潮18XXXXHD日韩| 精品久久久久久久久午夜福利| 久久精品国产99精品国产亚洲性色| 中文精品久久久久人妻| 国产乱码精品一区二区三| 亚洲精品国产福利一二区| 日韩免费视频网站| 99久久人妻无码精品系列蜜桃| 99精品国产三级在线观看| 久热re这里只有精品视频| 国产亚洲精品一品区99热| 亚洲精品中文字幕乱码三区| 日韩人妻不卡一区二区三区| 日韩精品电影一区| 青青草国产三级精品三级| 亚洲精品无码成人| 无码精品人妻一区二区三区漫画| 精品一区二区三区在线观看l | 国产私拍福利精品视频网站| 91自产拍在线观看精品| 中文字幕精品一区二区日本| 91精品国产高清久久久久久| 久久久久99精品成人片直播| 国产国产成人久久精品| 亚洲精品国产精品乱码不卞| 亚洲精品国产自在久久| 国产精品内射婷婷一级二| 精品久久久久久无码人妻热| 日韩不卡手机视频在线观看 | 日本精品自产拍在线观看中文 | 国产乱人伦精品一区二区在线观看| 九九精品免费视频| 久久国产精品久久国产片| 久久一区二区三区精品|