前面文章我们已经把 CarSystemBar 从启动到构建视图,再到将视图添加到 Window 的流程分析完毕,我们知道默认情况下在车载系统中只显示顶部栏和底部栏视图的。这里我们在前面文章的基础上以顶部栏为例具体解析其视图的结构。
一、顶部栏解析
通过《CarSystemBar车载状态栏》这篇文章我们知道车载系统对应的顶部状态栏为 mTopSystemBarView,其布局文件为 car_top_system_bar。
1、car_top_system_bar.xml
源码位置:/packages/apps/Car/SystemUI/res/layout/car_top_system_bar.xml
<com.android.systemui.car.systembar.CarSystemBarView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:systemui="http://schemas.android.com/apk/res-auto"
android:id="@+id/car_t