Android 10.0SystemUI下拉状态栏初次下拉展开高度的调整

系统下拉状态栏展开下拉时,UI界面高度调整,首选要对下拉区域的相关UI布局源码做分析 然后做调整

在SystemUI中,首次下拉quick_status_bar_expanded_header.xml 布局

<com.android.systemui.qs.QuickStatusBarHeader
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/header"
    android:layout_width="match_parent"
    android:layout_height="@*android:dimen/quick_qs_total_height"
    android:layout_gravity="@integer/notification_panel_layout_gravity"
    android:background

猜你喜欢

转载自blog.csdn.net/baidu_41666295/article/details/123651384