Android 10.0 SystemUI下拉通知栏 通知列表 添加通知头

在Android 10.0的SystemUI定制开发中,为了添加下拉通知栏的通知头,主要涉及status_bar_expanded.xml布局、NotificationStackScrollLayout.java、notifications_tip.xml以及NotificationTipView.java。通过更新FooterView的布局、调用updateEmptyShadeView()控制显示和隐藏,并在NotificationStackScrollLayout.java中插入通知头布局。在NotificationPanelView.java和NotificationStackScrollLayout.java中进行相应修改后,完成布局添加,编译验证效果。
摘要由CSDN通过智能技术生成

定制化开发中,对SystemUI通知栏ui进行定制,在状态栏展开布局中status_bar_expanded.xml中可以看通知栏的布局

<com.android.systemui.statusbar.phone.NotificationPanelView
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:systemui="http://schemas.android.com/apk/res-auto"
    android:id="@+id/notification_panel"
    android:layout_width="match_parent"
    android:layout_height
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

安卓兼职framework应用工程师

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值