Android 11.0 SystemUI修改状态栏电池图标样式为横屏显示

在11.0原生系统中,状态栏的电池图标是竖着显示的,客户要求横着显示和手机的样式一样,所以就得重新更换样式了
如图:
在这里插入图片描述

接下来看SystemUI中的电池布局 status_bar.xml 中

       <com.android.keyguard.AlphaOptimizedLinearLayout android:id="@+id/system_icon_area"
            android:layout_width="0dp"
            android:layout_height="match_parent"
            android:layout_weight="1"
            android:orientation="horizontal"

猜你喜欢

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