Android 11.0 SystemUI去掉下拉状态栏拖动亮度条QSPanel界面隐藏功能

在下拉状态栏中,发现亮度条SeekBar当拖动的时候,亮度会改变
但是同时整个QSPanel下拉状态栏也隐藏掉了 客户要求去掉这个拖动亮度条时隐藏下拉状态栏的功能

通过查看相关布局文件
quick_settings_brightness_dialog.xml

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:systemui="http://schemas.android.com/apk/res-auto"
    android:layout_height="wrap_content"
    android:layout_width="match_parent"
    android:layout_gravity="center_vertical"
    style

猜你喜欢

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