源码分析|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

    推荐阅读