赞
踩
在9.0的系统rom产品定制化开发中,在原生系统SystemUI下拉状态栏的通知栏的通知背景默认是白色四角的背景,
由于在产品设计中,需要把四角背景默认改成圆角背景,所以就需要分析系统原生下拉通知栏的每条通知的默认背景,
然后通知显示流程,设置默认下拉状态栏UI中的通知栏部分每一条通知背景修改为圆角背景
如图:
- frameworks/base/packages/SystemUI/res/layout/status_bar_notification_shelf.xml
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ActivatableNotificationView.java
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java
- frameworks/base/packages/SystemUI/res/layout/notification_info.xml
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/NotificationGuts.java
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。