AlertDialog 自定义背景分析



        A  内容为ListView时,更改如下item改变相应的颜色
         
         topDark 更改title背景颜色
        @drawable/popup_top_dark
         
         存在title 和 button 时  centerBright 为content背景图片
        @drawable/popup_center_bright
         
         存在title 不存在 button 时  bottomBright 为content背景图片 -->
        @drawable/green


         bottomMedium 更改bottom背景颜色
        @drawable/popup_bottom_medium   
        
        B  内容为文字时,更改如下项目改变相应颜色
        
         topDark 更改title背景颜色 
        @drawable/alert_red
        
         centerDark 更改content背景颜色 
        @drawable/alert_gray
         
         bottomMedium 更改bottom背景颜色 
        @drawable/alert_white


        @android:drawable/popup_full_dark
        @android:drawable/popup_top_dark
        @android:drawable/popup_center_dark
        @android:drawable/popup_bottom_dark
        @android:drawable/popup_full_bright
        @android:drawable/popup_top_bright
        @android:drawable/popup_center_bright
        @android:drawable/popup_bottom_bright
        @android:drawable/popup_bottom_medium
        @android:drawable/popup_center_medium

你可能感兴趣的:(源码分析,点滴积累)