6_3-互动学堂场景-状态栏
1 功能概述
2 使用演示
<!-- 状态栏布局 -->
<com.easefun.polyv.livehiclass.modules.statusbar.PLVHCStatusBarLayout
android:id="@+id/plvhc_status_bar_ly"
android:layout_width="match_parent"
android:layout_height="24dp"
android:background="#191A22"
app:layout_constraintTop_toTopOf="parent" />3 实现介绍
3.1 初始化view方法
3.2 初始化数据方法
3.3 状态栏UI的更新
Last updated